arrow-table icon indicating copy to clipboard operation
arrow-table copied to clipboard

Work whit select input

Open GustavoMHyLine opened this issue 3 years ago • 3 comments

Its a way to a select work well on this plugin? I do this but the select internally controls the arrows keys:

$('#table').arrowTable({
  focusTarget: 'input,select'
});

imagen

GustavoMHyLine avatar Sep 08 '20 14:09 GustavoMHyLine

That may allow the select to be focussed, but if your trying to get the select menu to open then that's not possible

garygreen avatar Sep 08 '20 15:09 garygreen

Its focus, but the select take complete control of the 4 arrows and then cant move left or right, up or down.

https://jsfiddle.net/8vjucsnm/

GustavoMHyLine avatar Sep 08 '20 15:09 GustavoMHyLine

It would awesome if left and right arrows move to the next inputs

GustavoMHyLine avatar Sep 08 '20 18:09 GustavoMHyLine