Michael Barclay

Results 2 issues of Michael Barclay

This is an issue I encountered when trying to validate a boolean property of a model. I documented it further in the this discussion: [https://github.com/livewire/livewire/discussions/5086](https://github.com/livewire/livewire/discussions/5086)

I assumed that I could validate the items of the array in the same "validateOnly" call I was using to validate an array until I realized that I had to...