Add support for auto tabbing on specific keys, like the tab key itself.
If there are a set of fields for an IPv4 address, trigger the autotab-next event when a period is pressed. In the case of an IPv6 address, do the same for a colon. If the maxLength is reached, the same key is ignored, just like the tab key is ignored immediately after an auto tab.
This feature is more useful in situations where a field supports a minimum and maximum number of characters.
Add support for auto tabbing on specific keys, like the
tab
key itself.If there are a set of fields for an IPv4 address, trigger the
autotab-next
event when a period is pressed. In the case of an IPv6 address, do the same for a colon. If themaxLength
is reached, the same key is ignored, just like thetab
key is ignored immediately after an auto tab.This feature is more useful in situations where a field supports a minimum and maximum number of characters.