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
In some cases, changing a field triggers an external action, such as sending an email or a notification. Currently, this can be handled by creating a custom field, which is the approach I’m using. However, I believe this functionality could be useful for other users as well.
It would be great to have an option to prompt users with a confirmation dialog ("Are you sure?") before they change certain values.
A possible solution could be:
Allowing an onChange function to override the default behavior.
Even better, providing a built-in confirmation dialog with customizable text before the change is applied.