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?
image.png
Was this page helpful?