submit button
I have a PippoResource.php and the relative create edit and list pages. In PippoResource I have the form which has a text input linked to an action button (Search) and a placeholder which had to be filled by the search by the keyword typed in the text input in the DB. I need to disable the default save button of the form until the user has made a search which has given a good result. How can I do this?
In the createPippo I tried
but I don't know how to make it not disabled using the result of the search of the other button.
My form is something like
.
Thank you for you answers
Bea
0 Replies