Form validation in Livewire component
Hi guys,
I have a form in a Livewire component with a simple textInput. I don't know why but some Validations work (emai, required,...) but several others are ignored (alpha, filled, regex, etc...)
I have the impression that the validations that work are basic html validations, but I don't know how to make the rest work.
thanks for your help
I have a form in a Livewire component with a simple textInput. I don't know why but some Validations work (emai, required,...) but several others are ignored (alpha, filled, regex, etc...)
I have the impression that the validations that work are basic html validations, but I don't know how to make the rest work.
thanks for your help