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

Readonly inputs are editable #92

Open augustbend opened 8 years ago

augustbend commented 8 years ago

When autotab is enabled, readonly inputs can be edited. I managed to fix this by removing autotab from readonly's by using the remove option, but it seems to be something to fix in future releases

Mathachew commented 8 years ago

Thanks for the info @augustbend. I'll look into this.