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
awcodes
awcodes11mo ago
Select::make()->native(false) will make it use the choices.js version. Iirc
ccc1516
ccc15166mo ago
Hi, this is if we build a form inside livewire components, there's a way to use with a blade components ?
awcodes
awcodes6mo ago
Not that I can see. The select blade component is just a wrapper around the native select.
awcodes
awcodes6mo ago
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