Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asantibanez/livewire-dependant-select-demo

Laravel Livewire demo of multiple selects depending on each other values
https://github.com/asantibanez/livewire-dependant-select-demo

Last synced: 2 months ago
JSON representation

Laravel Livewire demo of multiple selects depending on each other values

Awesome Lists containing this project

README

        

## Laravel Livewire multiple select demo

This demo showcases how you can use Laravel Livewire to have reusable select components and communicate one another with a host parent component which coordinates depending selectable values.

To refresh Livewire child components it uses the approach discussed here: https://twitter.com/asantibanez/status/1260796912124354560?s=20

![component](https://github.com/asantibanez/livewire-dependant-select-demo/raw/master/demo.jpg)

## Preview

![preview](https://github.com/asantibanez/livewire-dependant-select-demo/raw/master/demo.gif)