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