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)?

Original source