This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I often wonder why this isn't the case, since saving would otherwise be impossible. I decided to add a show column that displays a message to the user if the form is ready to be saved ✔️
Exactly! As @Denzil_Snyman mentioned, I think there are times when (for one reason or another) the user might press "save," and the fields get saved, but some of them might be stored as empty. That’s why selecting "required fields" prevents saving.
Now, if I set certain fields as required, like said @Aurelien, and the form cannot be saved without filling them out, why enable the save button at all if those fields haven’t been completed? My request is to remove the possibility of saving by either disabling the button or hiding it until all required fields in that view are completed.
What I did was add a "show" column so the user knows when they can save. I’m also considering modifying the text of that "show" column to make it feel non-intrusive and to continuously inform the user of what’s happening (like a "save_ready" indicator).