Use custom javascript for a modal edit form?
I am using the Filament admin package and am using modal create/edit forms for user resource maintenance. In order to provide a better UI experience I would like to use a custom JS library for the contact phone number input field.
I know I can inject custom JS/CSS when Filament boots up however I need to bind the JS function to the input field once the modal has been opened so is there a 'modal-open' (or similar) event I can create a listener for?
I know I can inject custom JS/CSS when Filament boots up however I need to bind the JS function to the input field once the modal has been opened so is there a 'modal-open' (or similar) event I can create a listener for?
