Execute function on text-box enter rather than submitting the form
Is there a way in Filament 3.x so it would call a function on enter rather than submitting a form?
1 Reply
You can call a function on type, say ->live() you can also enable debounce for a delay in the function action