Confirmation Modal for Changes in TextInputColumn in Laravel Filament
I started studying Laravel Filament and have a question about how to implement a confirmation modal when changing a TextInputColumn field. Currently, I have the following code:
I would like a confirmation modal to appear after changing the name when clicking on the text box, asking: "Do you want to change the name from Y to Z?" with options "Yes" and "No."
In the documentation, I saw examples of how to create modals, but I can't seem to integrate this directly within the TextInputColumn. Is this possible? Can someone help me?
1 Reply
Maybe this can help you
https://discord.com/channels/883083792112300104/1247909942317547601/1250347583277105242