© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
Zen Nitiruj

Form does not revalidate after change value

I have set unique(ignoreRecord:true), when it to validate with red message the submit button is also disabled. The problem is even I have change the value of the field to unique value, but the validation does not recheck and submit button is still disabled. Please advise how I could cope this.
Solution
remove this modified function it works.
protected function getCreateFormAction(): Action
{
return Action::make('create')
->label(__('filament-panels::resources/pages/create-record.form.actions.create.label'))
->submit('create')
->keyBindings(['mod+s']);
}
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

TextArea value does not work in a normal resource form
FilamentFFilament / ❓┊help
14mo ago
Select Form component not resetting value on change from different field
FilamentFFilament / ❓┊help
2y ago
form input default value not passed
FilamentFFilament / ❓┊help
3y ago
custom form default value not working
FilamentFFilament / ❓┊help
3y ago