validation error

TextInput showing must be unique while updating record
9 Replies
toeknee
toeknee2y ago
Are you new....
Husniddin
HusniddinOP2y ago
Yes sir
Husniddin
HusniddinOP2y ago
Nothing about updating
toeknee
toeknee2y ago
Did you read?
Husniddin
HusniddinOP2y ago
yes
toeknee
toeknee2y ago
If you're using the admin panel, you can easily ignore the current record by using ignoreRecord instead:
Field::make('email')->unique(ignoreRecord: true)
Field::make('email')->unique(ignoreRecord: true)
it's like two paragraphs done on that link I sent you.
Husniddin
HusniddinOP2y ago
Tried this but still error Tried every thing before posting this
toeknee
toeknee2y ago
What does the error say in english and please provide the code you are using.

Did you find this page helpful?