Skip to content
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

[Vue] text inputs do not remember their value across page changes #265

Closed
bennettrogers opened this issue Feb 26, 2017 · 5 comments
Closed

Comments

@bennettrogers
Copy link
Contributor

It looks like f6bbca4 breaks the ability of text inputs to store their value when changing pages. I'm looking into how to fix it without re-breaking the trigger functionality, but submitting this anyway in case you fix it faster. :)

@andrewtelnov
Copy link
Member

@dmitrykurmanov and @tsv2013 Guys, could you please take a look?

Thank you,
Andrew

bennettrogers added a commit to bennettrogers/surveyjs that referenced this issue Feb 26, 2017
bennettrogers added a commit to bennettrogers/surveyjs that referenced this issue Feb 26, 2017
@bennettrogers
Copy link
Contributor Author

Sorry, got distracted by a yarn caching issue (and lunch). I think #266 should fix it? Yay for one-line fixes.

@tsv2013
Copy link
Member

tsv2013 commented Feb 27, 2017

@bennettrogers We are working on the vue components enhancements right now. Looks like Vue can reuse existing components w/o remounting them, just updating properties. We're going to watch question property of the compoent to update initial value and keep track on model changes. You are welcome to share your experience with Vue!

@bennettrogers
Copy link
Contributor Author

Great! I'm glad to hear that Vue is getting some love. I was excited when I saw that you guys released a Vue version of SurveyJS.

I'm happy to share what I can (and will continue to submit pull requests when I find things I can help with), but I'm pretty new with Vue myself!

@tsv2013
Copy link
Member

tsv2013 commented Feb 27, 2017

Thank you, @bennettrogers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants