mat-select-autocomplete
mat-select-autocomplete copied to clipboard
Selects any option on pressing space key in search input box
When user is typing in the search input box, and enters a space in the text. It automatically selects a option which is in focus from the multi-select list, even when it is not matching the search term. Entering space again just keeps toggling the selection. Therefore user cannot search for an option which has space between the text.
I also have the same issue.
I also have the same issue.
Me too