PHPackages                             mitratek/livewire-select - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mitratek/livewire-select

ActiveLibrary

mitratek/livewire-select
========================

Livewire component for searchable select inputs

v0.1.8(2y ago)31893[1 issues](https://github.com/mitratek/livewire-select/issues)MITPHPPHP ^7.4|^8.0

Since Apr 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mitratek/livewire-select)[ Packagist](https://packagist.org/packages/mitratek/livewire-select)[ Docs](https://github.com/mitratek/livewire-select)[ RSS](/packages/mitratek-livewire-select/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (12)Used By (0)

Livewire Select
===============

[](#livewire-select)

[![Latest Version on Packagist](https://camo.githubusercontent.com/29be40545136d6361b23e6dd8e71fcc6d403485617955048c6af7c9d7d116c22/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6974726174656b2f6c697665776972652d73656c6563742e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/mitratek/livewire-select)[![Total Downloads](https://camo.githubusercontent.com/6243afeef42de29062f09a8e34ca642db79d9e21baee8aa87e92995186fb6e9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6974726174656b2f6c697665776972652d73656c6563742e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/mitratek/livewire-select)[![GitHub license](https://camo.githubusercontent.com/bab4470c50ca979c9f3de6fdf4a2eff1c619f6ba194fb1b9bf16fcc200e44b28/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6974726174656b2f6c697665776972652d73656c6563743f7374796c653d666f722d7468652d6261646765)](https://github.com/mitratek/livewire-select/blob/master/LICENSE)

Livewire component for searchable select inputs

Requirements
------------

[](#requirements)

- [Laravel 8 or 9](https://laravel.com/docs/9.x)
- [Livewire](https://laravel-livewire.com/)
- [Tailwind](https://tailwindcss.com/)
- [Alpine JS](https://github.com/alpinejs/alpine)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mitratek/livewire-select
```

Basic Usage
-----------

[](#basic-usage)

- use trait `LivewireSelect` in your livewire component:

```
