robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
990 stars 117 forks source link

Improve the select drop-down with an input field, for example, to search remote data. #474

Closed gerardp closed 3 months ago

gerardp commented 3 months ago

https://select2.org/searching Captura de pantalla 2024-06-09 a las 22 38 11

https://tom-select.js.org/examples/remote/ Captura de pantalla 2024-06-09 a las 22 36 38

mustaqim224 commented 3 months ago

I think you can use the choices component (https://mary-ui.com/docs/components/choices), it has server side searching functionality.

gerardp commented 3 months ago

Thank you, I hadn't thoroughly reviewed the documentation; choices is perfect.