Force multi-select position to be on bottom

Vue-Multiselect *should* calculate the multi-select position automatically https://github.com/shentao/vue-multiselect/blob/master/src/multiselectMixin.js#L696-L715 , but that fails for some reason. We can force the position in this particular case.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-07-01 09:38:05 +02:00 committed by backportbot[bot]
parent 718e3b66c9
commit a51090f754
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
:allow-empty="false"
:options="options"
:value="selected"
open-direction="bottom"
track-by="freq"
label="label"
@select="select" />