Mathachew / jquery-autotab

A jQuery plugin that provides auto tabbing and filtering on text fields in a form
http://autotab.mathachew.com/
366 stars 98 forks source link

Managing email field #84

Closed echarp closed 9 years ago

echarp commented 9 years ago

It seems email input fields were having troubles: left/right arrow movements were not always logical.

Mathachew commented 9 years ago

The only thing holding me back from accepting this is that filterable is for fields I can effectively apply filtering to. The email type field is not a supported field for filtering because it doesn't support selection functionality, so the only limited support it does have is for auto tabbing and navigating with the arrow keys.