Is there any method for disabled browser/client validation?
Hey,
I wonder is there any method for disabling browser/client validation for globally?
2 Replies
Hey @Azad Furkan ŞAKAR - If you’re looking to disable browser/client-side validation, you could add the novalidate attribute to all Filament forms. If you already have a service provider, like App\Providers\AppServiceProvider, you could modify it instead of creating a new one.
I tried that with
->extraAttributes
and it doesn't work.