Dropdown stays open

Hi there! I’m wondering if it is possible for the dropdown to remains always open

Thanks!!

You can force the dropdown to remain open after the user makes a selection. See the documentation here: https://select2.org/dropdown#forcing-the-dropdown-to-remain-open-after-selection.

To force the dropdown to start in the open state, you’ll have to call the select2('open') API after you initialize the widget.