angular-multi-select
angular-multi-select copied to clipboard
arrow keys navigate between buttons in filter input
Hi,
In the filter/search text input, if the user presses the arrow key, expecting to go back/forward a character, instead the focus will go to the helper buttons or the "x" button.
Is this a bug? can this be disabled?
Thanks
@ronnyle ,
Pressing up / down should move between the helper control elements.
But indeed in the filter text input, pressing left & right should just move the cursor back/forward. This is a design mistake from my part.
You can easily open the code and just remove the key. Try to find "37" (left) and "39" (right).
Thanks for notifying this.