有没有办法在 Vue Formulate 的下拉列表中选择多个选项?我在 github 上遇到了这段代码,它让我可以选择多个选项,但我不知道如何将它变成下拉列表(Vue Formulate 中的选择)。
这是我遇到的代码。
<FormulateInput
name="example"
type="select"
:options="{first: 'First', second: 'Second'}"
label="Reproduction template!"
help="Click 'Use This Template' and reproduce your issue!"
multiple
size=1
/>