Persisting Model Data between Form Updates
I'm using the mount method to load extra data attributes to my model to present on the form in a View component. When I trigger a form input to become visible the model refreshes and I lose my extra data. Is there a way to stop the model from being refreshed or is there another method I could use to re-inject my data attributes?
0 Replies