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
I have a Modal with some editable fields in it.
I would like to know if it's possible to keep the modal content, so basically just hide it when the Close button is clicked.
Currently when I close and reopen the Modal the editable fields content is lost.
I cannot simply save the Modal's form content because there are some <input type="file"> fields that cannot be instantiated again unless the user uploads the same files again.
Thank you.
The text was updated successfully, but these errors were encountered:
I have tested another svelte modal based on micromodal called "svelte-micromodal", with that it works out of the box.
So I opt for that solution, thanks anyway.
I have a Modal with some editable fields in it.
I would like to know if it's possible to keep the modal content, so basically just hide it when the Close button is clicked.
Currently when I close and reopen the Modal the editable fields content is lost.
I cannot simply save the Modal's form content because there are some
<input type="file">
fields that cannot be instantiated again unless the user uploads the same files again.Thank you.
The text was updated successfully, but these errors were encountered: