How to disable browser validation in Filament forms?

I have a 'required()' rule for all the input fields. However, the first input field always will be validated by the browser, not server-side. The input fields after are correctly validated.
textinputvalidation.png
Bildschirmfoto_2023-09-02_um_17.32.20.png
Bildschirmfoto_2023-09-02_um_17.35.10.png
Was this page helpful?