TheOneTheOnlyDavidBrown / crunchpowjs

ES6/2015 library that allows for passing of view data to ES6/2015 modules with two way data binding and model validation against a schema
http://theonetheonlydavidbrown.github.io/crunchpowjs/dist/
MIT License
1 stars 0 forks source link

Make it more performant #3

Closed TheOneTheOnlyDavidBrown closed 9 years ago

TheOneTheOnlyDavidBrown commented 9 years ago

When updates occur, everything is update when it should just be the element being updated and it's corresponding DOM elements

TheOneTheOnlyDavidBrown commented 9 years ago

fixed. it also does not update the current input that the user is typing in. this prevents the cursor from jumping to the end on each keyup