ManuelDeLeon / viewmodel

MVVM for Meteor
https://viewmodel.org
MIT License
205 stars 23 forks source link

How to remove blinking of input elements values? #239

Closed comerc closed 8 years ago

comerc commented 8 years ago

Assigning values in the style of {{b value: someValue}} is executed after the page rendering, resulting in a blinking of input elements values.

ManuelDeLeon commented 8 years ago

I don't get any blinking, is someValue coming from the DB or another async source? If so then there's nothing to do.