Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I want to save the textbox text/state so it can be restored when accessing the page again.
I tried to set enablePersistence to true. Now the text gets restored, but it is not updating the model. So I cannot use the restored text.
Run the test case.
Enter some text, you will see it gets printout below the textbox
Press F5 to refresh the page. The text is restored in the textbox, but the variable bind to v-model does not gets updated. So its not usefull.