nytimes / backbone.stickit

Backbone data binding, model binding plugin. The real logic-less templates.
MIT License
1.64k stars 176 forks source link

IE7 input change events #312

Open alexrudall opened 7 years ago

alexrudall commented 7 years ago

Hi, thanks for the excellent plugin which I find very useful! Something I'm having an issue with is that stickit does not seem to catch change events on input elements in IE7 until focus is lost. Would it make sense to listen for keyup events too? This resolves the issue for me in IE7.

https://github.com/alexrudall/backbone.stickit/blob/a507f94ab800b40cb039181c2ffc8e08c6e682ae/backbone.stickit.js#L443

Many thanks.