Can I implement live search in a dropdown menu while using the Bulma CSS framework?
In Bootstrap, there is a jQuery plugin called bootstrap-select that allows for live search functionality in dropdown menus. However, when I tried to use this plugin with Bulma, it caused the layout to become scattered.
I am new to using Bulma and would appreciate any help or guidance on how to achieve live search in a dropdown within this framework.