We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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' });
The text was updated successfully, but these errors were encountered:
That may allow the select to be focussed, but if your trying to get the select menu to open then that's not possible
Sorry, something went wrong.
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/
It would awesome if left and right arrows move to the next inputs
No branches or pull requests
Its a way to a select work well on this plugin? I do this but the select internally controls the arrows keys:
The text was updated successfully, but these errors were encountered: