Skip to content

Commit a8ed01a

Browse files
committed
Prevent multi-select dropdown menu from floating on scrolling through the form
1 parent 30deec8 commit a8ed01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/offering/AddComputeOffering.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
mode="multiple"
308308
v-model:value="form.zoneid"
309309
showSearch
310+
:getPopupContainer="(trigger) => trigger.parentNode"
310311
optionFilterProp="label"
311312
:filterOption="(input, option) => {
312313
return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0

0 commit comments

Comments
 (0)