Place my Select2 Results in another div

I want to use the search functionality of select2 to place the results in a box instead of a drop-down. Is there any way I can do that?

Not sure about putting it in a box instead of the dropdown, but you can always bind to the select2:select event, grab the selected value, and update your DOM.

1 Like