Search by

bladewindui / select

mkocansey

BladewindUI — Select / dropdown component

Package info

github.com/bladewindui/select

Language:Blade

pkg:composer/bladewindui/select

Statistics

Installs: 9

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v5.1.0 2026-09-10 00:47 UTC

This package is auto-updated.

Last update: 2026-09-10 00:48:38 UTC


README

License Packagist Version

BladewindUI

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.