How can show a modal message ?
Friends, how can I show a message in Modal here instead of a Notification?
My idea is to focus all the user's attention on the message that appears in the modal, i try with actions modal but is not working here!
The message and Modal must be displayed in the context of creating a record
3 Replies
You can use mountFormComponentAction
https://x.com/leandrocfe/status/1849339500813566348
Leandro Ferreira (@leandrocfe) on X
💡Filament Tip: You can use registerActions([]) and mountFormComponentAction to display a confirmation modal directly on live form fields in the Form Builder 🔥
Twitter
Thank you for the tip bro @LeandroFerreira, it's working now!