Abi
Explore posts from serversCannot get custom Validation Message for Select Component to work
ok, so, I am using Filament Forms as standalone and not within the Admin Panel. I have setup all the form elements inside the
form(Form $form)
method with the necessary validations for each form element. On form submission, when I call the $this->validate()
, it doesn't seem to use the custom message I have setup for each element, but does the normal validation message configured on the lang file.15 replies
Component not found after Standalone Form Submission
Here is the the Livewire component code https://gist.github.com/abishekrsrikaanth/b68f29206e4e34f432510d42d55fc940
22 replies
Component not found after Standalone Form Submission
Yes, the form displays correctly, but i am able to submit the form only once and the next time I try, I get a console error as mentioned above. The problem is, I have this problem only with this single form and not the other forms on the project, still trying to figure what the issue may be.
22 replies