TagsInput Validation on Custom Livewire Component
Hi,
I'm using a TagsInput on a custom livewire component.
The form works fine and I followed https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
The issue I have it is the validation seems never be displayed.
If I try and add
ABC
as a tag, I can see the error in the Livewire response has an error
but it never gets displayed on the frontend? Not sure if I am missing something?1 Reply
Solution
This has now been fixed in core