mvc: dialogs - make sure selectpickers can break out of modal.

After implementing 1c8639c338, the overlay got more problematic. pinning the select to body makes it overlay inside modals.
This commit is contained in:
Ad Schellevis 2024-06-25 12:06:30 +02:00
parent 0f73da02ad
commit 3a57584325

View File

@ -79,6 +79,7 @@
data-size="{{size|default(10)}}"
id="{{ id }}"
class="{{style|default('selectpicker')}}"
data-container="body"
{% if hint|default(false) %}data-hint="{{hint}}"{% endif %}
data-width="{{width|default("346px")}}"
data-allownew="{{allownew|default("false")}}"