Prevent Enter\Return submitting form
Hi guys,
Anyone know if there is simple way of stop the Enter\Return key triggering the submit on the form?
Thanks
5 Replies
try this
Register in the appserviceprovider
run
php artisan filament:assets
Hi,
Thanks for reply!
This working, but is working everywhere...
Can I specifiy to one form?
see
and change it to
Then on $form do
After publishing this asset, you could remove it from the provider and load it on specific pages using the mount method:
CreateXX.php
@Matilda did it work?
I'm gonna be trying later today...thanks !