angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

arrow keys navigate between buttons in filter input

Open ronnyle opened this issue 9 years ago • 1 comments

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 avatar Apr 10 '16 13:04 ronnyle

@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.

isteven avatar Apr 16 '16 04:04 isteven