use select form component inside livewire custom form
I have a form built inside a component built using tailwind. I use common select box inside form but need to implement search filter inside select. Thought about select2 or chosen.... But since this is a livewire component, I wonder if I can import filament select component I can't figure out how.
Is possible to do so?
Thanks in advance
Adão
1 Reply
Are you using the Form Builder? Not sure it's possible to use a single field completely independently.