-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use a ReactiveVar instead of a Collection #71
Comments
This package is just for updating fields from documents in collections. |
Do you know what can be changed in order to use reactive variables? |
You could overwrite the |
I just noticed this, after posting a similar request (you can delete the other request, if you wish). I was also wondering, what about local collections? Perhaps I could have a single record in a local collection with the fields I want to edit locally? Does that work? |
I'm pretty sure this wouldn't work with local collections without overwriting the |
Hm, I'm also suddenly finding a need for this, so that I can reactively change the size of the text depending on its length—unless there's a callback for when the value changes? |
Greetings!
I have the following HTML template:
and no JS file.
I initialize the template view in the following way:
When I try to update one of the text inputs, I see the following error in the console:
The text was updated successfully, but these errors were encountered: