Use input fields inside table with key navigation
Use input fields inside table with key navigation
fg.samuel
Posts: 1Questions: 1Answers: 0
I have a table with input fields in cell.
Its configured with keytable navigation.
I want to when user navigate to that cell, the input field get focus and select all text to replace
This way, user can use only keyboard and edit input fields.
How would I do that?
Example: http://jsfiddle.net/5p7gtwrc/
This discussion has been closed.
Answers
http://jsfiddle.net/5p7gtwrc/4/
oops doesn't work when tabbing
This is @bindrid 's last code in a fiddle: http://jsfiddle.net/5p7gtwrc/22/ . works a treat!