Skip to content

Commit

Permalink
fix: clicking on autocomplete field directly shows all options
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed Feb 15, 2023
1 parent d0ae10b commit 5cb61d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ export class BasicAutocompleteComponent<O, V = O>
if (!this.focused) {
if (this.multi) {
this.autocompleteForm.setValue("");
} else {
this.showAutocomplete();
}
this.focus();
}
Expand Down

0 comments on commit 5cb61d0

Please sign in to comment.