How to turn-off client-side validation

Sorry if there is out there in documentation. I have tried to search but haven't found it. Is it possible to turn off the client-side field validation and just relay on server side? The client-side behavior seems to skip ToggleButtons, doesn't highlight the field red, etc. Would prefer just to use server-side as it's fast, it highlights all fields that break validation rules, etc. Any help appreciated!
2 Replies
dissto
dissto2w ago
I think if you use the rules method you can avoid the client side validation?
TextInput::make('name')
//->required()
->rules([
'required'
])
TextInput::make('name')
//->required()
->rules([
'required'
])
solarmax1984
solarmax19842w ago
Thanks, I'll try that out!
Want results from more Discord servers?
Add your server