bladewindui / select
BladewindUI — Select / dropdown component
Requires
- php: >=8.1
- bladewindui/core: ^5.1
- bladewindui/icon: ^5.1
- bladewindui/script: ^5.1
- bladewindui/spinner: ^5.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Select
BladewindUI — Select / dropdown component.
Installation
composer require bladewindui/select
Or install the full library:
composer require bladewindui/ui
Documentation
Full documentation, live demos, and all available attributes are at bladewindui.com.
Livewire
The selected value is written to a hidden <input> that dispatches a native change event, so wire:model picks up selections without any extra wiring. Open/closed and search-filter state lives outside the DOM and resets if a Livewire component re-renders it for reasons unrelated to the select — wrap the select in wire:ignore in that case. The component guards against a Livewire re-render creating a duplicate instance or duplicate document click listeners.
License
MIT — see the LICENSE file.