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

Does not work with Aurelia Binding #94

Open Vaccano opened 8 years ago

Vaccano commented 8 years ago

This plugin does not work with the Aurelia framework.

The binding system that Aurelia uses does not get the value when the focus leaves the input (at least for maxLength="1").

I would love to see an Aurelia example (to go with the Angular and Bootstrap examples).