Prevent tab into field
extjs, javascript
Solution
If a field has a tabindex value of -1, it will be skipped when tabbing from field to field.
Problem
How can I prevent a user from tabbing into a field (comboxbox)?
extjs, javascript
If a field has a tabindex value of -1, it will be skipped when tabbing from field to field.
How can I prevent a user from tabbing into a field (comboxbox)?