-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data-value attribute reactive? #17
Comments
This is complicated. See http://stackoverflow.com/q/22867690/586086. @davidworkman9 created https://github.com/davidworkman9/meteor-editable/ for this, although I haven't tried it out myself. |
As @mizzao said, I created Meteor-Editable for this very reason. X-editable was super simple pre-blaze, but now it is a lot more complicated to have it reactive. The good news with Meteor-Editable is things like select list options are now reactive as well, with x-editable and Spark you would have needed a |
Much easier implementation for 0.8.3 posted at http://stackoverflow.com/q/22867690/586086. |
I have two browsers open and when I make changes to one, the template in the other reflects the change. However, the form element when engaged does not reflect the updated value...
I have the data-value set to a {{}}; although I am not sure if Meteor applies reactivity here?
The text was updated successfully, but these errors were encountered: