A few small UI fixes (#3310)
This commit is contained in:
parent
841db594c5
commit
7043bc566a
2 changed files with 6 additions and 4 deletions
|
|
@ -225,7 +225,7 @@ export class GroupedTypeaheadComponent implements OnInit {
|
|||
close(event?: FocusEvent) {
|
||||
if (event) {
|
||||
// If the user is tabbing out of the input field, check if there are results first before closing
|
||||
if (this.hasData) {
|
||||
if (this.hasData || this.searchTerm) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue