F
Filament3w ago
Xavi

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
toeknee
toeknee3w ago
Not that I know off
Majid Al Zariey
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

Did you find this page helpful?