Adding a custom component that reuses choices js library
We have built a custom alpine component that uses choices.js.
Is there a way of reusing the choices.js that's included with filament to save including this library twice?
3 Replies
I don't think this is possible... Choices.js is bundled with the JS code for the Select component.
Thanks for confirming this. Guess it's the downside of the way modules work.
Why not use Filement Select?