You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a Symfony UX Question.. I need to implement an auto-saving system for a Form so that, if the user accidentally closes the browser or refreshes the page, they won’t lose the changes made in the Form.
I was thinking of using cache and session to achieve this, together with a Stimulus Controller, but I have the impression that this might be a bit too much and that there could be a better way to achieve this goal...
Therefore, I’d like to ask what you would recommend.
Also, can Symfony UX “data-models” be dynamically mapped like: model_name_{id}?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a Symfony UX Question.. I need to implement an auto-saving system for a Form so that, if the user accidentally closes the browser or refreshes the page, they won’t lose the changes made in the Form.
I was thinking of using cache and session to achieve this, together with a Stimulus Controller, but I have the impression that this might be a bit too much and that there could be a better way to achieve this goal...
Therefore, I’d like to ask what you would recommend.
Also, can Symfony UX “data-models” be dynamically mapped like:
model_name_{id}
?Beta Was this translation helpful? Give feedback.
All reactions