-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] multi selection with search does not refocus the search field after selection #265
Comments
@bulldog98 thanks for reporting this issue. |
I'll have a look into it in the weekend. |
I had a look into it and the behaviour I want for single select works with |
bulldog98
added a commit
to bulldog98/ngx-mat-select-search
that referenced
this issue
Sep 26, 2020
bulldog98
added a commit
to bulldog98/ngx-mat-select-search
that referenced
this issue
Sep 26, 2020
bulldog98
added a commit
to bulldog98/ngx-mat-select-search
that referenced
this issue
Sep 26, 2020
bulldog98
added a commit
to bulldog98/ngx-mat-select-search
that referenced
this issue
Sep 26, 2020
macjohnny
added a commit
to bulldog98/ngx-mat-select-search
that referenced
this issue
Oct 17, 2020
the fix was release with version 3.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If you try out the multiselect example it does not refocus the search field after making the selection, this is bad for keyboard oriented use.
To Reproduce
Expected behavior
If pressing escape or some other common key you should be able to refocus the search field to search for another item
The text was updated successfully, but these errors were encountered: