Courses

Practical Laravel Livewire 2 from Scratch

Dependent Dropdowns

Previous: File Uploads in Livewire
avatar

what if the City dropdown is a multiple select, how to set the collect in the mount method?

avatar

This is practically the same. Instead of a string/int your $value will be an array. So for that, you need to use whereIn() instead of where() - then you should be good to go

avatar
You can use Markdown
avatar
You can use Markdown