-
Notifications
You must be signed in to change notification settings - Fork 37
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
Warn before closing a form with unsaved changes #780
Comments
Do in the next sprint, requires UI |
Noting that this is badly spec'd for taking into the sprint |
Technically blocked. See this question on the Elixir Forum. |
Moving into backlog. When planned again will need a spike to look at alternatives. |
@midigofrank's work on #2297 should help with this. Modals will not close by clicking outside them. @midigofrank correct? |
@christad92 yes and no. I don't think the modals in the workflow page uses the same component as the one in #2297. |
Starting with the job builder because it's the most high-impact, we need an elegant and generic way to detect when a form has unsaved changes (maybe through the validate hook?) then then display a warning before the user closes.
This is particularly important on the job builder since clicking anywhere else on the canvas will close the form. See @josephjclark 's old #280
The text was updated successfully, but these errors were encountered: