Ajith Lal
write test for validating fields on the custom form component
For better clarity, I will explain what happened. I had to integrate a multi-form to a custom page. So I created a Livewire component https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component and set a form like below:
I have added 2 forms to the page https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#using-multiple-forms. When I write tests for validation messages, It says the form doesn't return any validation errors
7 replies
Livewire error after upgrading filament from 2.x to 3.x
https://gist.github.com/ajithMagic/42f3886f02b43914fd5634692496e15c here is the output of the livewire.js file.
15 replies