Validating multi-select fields
Hey,
How would you properly validate the options for a multi-select field in Livewire? While it works well without the
multiple
attribute, the validation doesn't seem to be applied when it is added. Adding in
doesn't seem to help either. What am I missing?
1 Reply
🆙 I am still facing the issue, would love to have your opinion.