-
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
Description
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
- 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.
Virendraccc