You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe not a real bug. :-)
It would be nice if one could use shift-home & shift-end in the search field. Just like in a standard textbox, in order to select text until start/end of the input.
I think the home and end keyboard events currently are intercepted by the options selection: first/last item is selected.
In combination with shift the home & end keys should not select first/last option but select input text.
To Reproduce
Open a select field that has mat-select-search
Type some text
Press SHIFT+HOME
Expected behavior
All input text should be selected. No item selection should be triggered.
The text was updated successfully, but these errors were encountered:
Describe the bug
Maybe not a real bug. :-)
It would be nice if one could use shift-home & shift-end in the search field. Just like in a standard textbox, in order to select text until start/end of the input.
I think the home and end keyboard events currently are intercepted by the options selection: first/last item is selected.
In combination with shift the home & end keys should not select first/last option but select input text.
To Reproduce
Expected behavior
All input text should be selected. No item selection should be triggered.
The text was updated successfully, but these errors were encountered: