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 (amul@gmail.commm), its taking and saving the records,its should not save the record.any possibilities overcome the validation in filament....
Was this page helpful?