Choice.js Select Blade Component
Is there a Choice.js select blade component that we can use? I only found native select component https://filamentphp.com/docs/3.x/support/blade-components/select
4 Replies
Select::make()->native(false) will make it use the choices.js version.
Iirc
Hi, this is if we build a form inside livewire components, there's a way to use with a blade components ?
Not that I can see. The select blade component is just a wrapper around the native select.
The select.js one requires integration with the alpine component. See https://github.com/filamentphp/filament/blob/3.x/packages/forms/resources/views/components/select.blade.php
GitHub
filament/packages/forms/resources/views/components/select.blade.php...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament