F
Filament4w ago
Badi

required() methods triggers a client side validation instead of laravel one

when I submit my form I get a tooltip that says please select an item, I want it to trigger the validation and not show this tooltip
1 Reply
toeknee
toeknee4w ago
So remove required and just set the rule in the validation. Required is a browser setting ensuring the form cannot be submitted until the field is entered.

Did you find this page helpful?