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

Not work with input type "tel" #75

Closed PawelGIX closed 9 years ago

PawelGIX commented 9 years ago

Not work with input type "tel"

Mathachew commented 9 years ago

Tel, like most of the newer input types, do not support text selection for cursor placement, which is critical for the filtering functionality. I'll look into possibly ignoring filtering rules if the type isn't text, password or textarea, but can't make any promises.

Mathachew commented 9 years ago

@PawelGIX Limited support for tel, and several other HTML5 input fields, has been added: Autotab 1.9.0