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 tooltip1 Reply
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.