Require confirmation on select change
Hi!
Is it possible to show a requires confirmation on form select when its changed? Not notification, show requires confirmation modal from filamentphp
Thanks!!
2 Replies
Not that I know off
Nothing by default
But you could use
afterStateUpdated()
and using live()
on the select to mount a custom page action to handle the confirmation logic,
the afterStateUpdated()
would revert any changes made and confirmation action would update the model
You shoud as well send the changed value to the action