We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b61bb commit 1a63dd5Copy full SHA for 1a63dd5
src/main/js/components/dropdowns/autocomplete.js
@@ -43,6 +43,9 @@ function init() {
43
instance.popper.style.minWidth = e.offsetWidth + "px";
44
},
45
true,
46
+ {
47
+ appendTo: "parent",
48
+ },
49
);
50
}
51
e.dropdown.setContent(Utils.generateDropdownItems(items, true));
src/main/js/components/dropdowns/combo-box.js
@@ -32,6 +32,9 @@ function init() {
32
e.dropdown = instance;
33
34
35
36
37
38
39
40
0 commit comments