My problem is in Agility.js there’s a event call ‘change’. This even will be call every time any model of the object change. My problem is the model will only change on losing focus or pressing enter, but I want it to update every time someone type something on it. How can I do this?
Share
You can do this forcing the event ‘change’ on the event ‘keyup’.
Here a snippet showing in action:
http://jsbin.com/ibayeb/4/edit