Editing in resources field email()validation is taking
TextInput::make('email_id')
->required()->email()
While editing the records validation is taking after validation any string assigned like example ([email protected]), its taking and saving the records,its should not save the record.any possibilities overcome the validation in filament....3 Replies
Check out this https://filamentphp.com/docs/2.x/forms/validation
Filament
Validation - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.
You can write custom validation also
okay thanks.I will try