Field required validation error, even when field is filled.
After following the docs from here (https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component), the validation fails (Field title is required), even when the field is filled.
When I remove ->required() and dump the results the field appears to be empty.
How to troubleshoot this?
1 Reply
solved by removing alpine.js