Can I change how the dropdown is placed?
Can the dropdown be placed directly after the selection container?
{% include options/not-written.html %}
Can I pick an element for the dropdown to be appended to?
{% highlight js linenos %}
$('select').select2({
dropdownParent: $('#my_amazing_modal')
});
{% endhighlight %}
{% include options/not-written.html %}
I'm using a Bootstrap modal and I can't use the search box
{% include options/not-written.html %}
I'm using jQuery UI and I can't use the search box
{% include options/not-written.html %}