Toggle Input How do I add a required confirmation before executing the operation?
Do you have an idea of how I can add this
feature
1 Reply
requiresConfimation() only works on Actions
you could modify the Create/Edit actions to use it if 'is_admin' is in the data, but you can't do it at the field level.