Skip to content

Commit

Permalink
improve flow (#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed Apr 3, 2024
1 parent 19d9812 commit 142ff48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/implementations/vanilla/components/select/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,7 @@ export class Select {
if (this.multiple) {
e.preventDefault();
this.handleToggle(e);
this.search.focus();
}
break;

Expand Down

1 comment on commit 142ff48

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.