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 52718a4 commit 0aa35a2Copy full SHA for 0aa35a2
client/src/components/RuleBuilder/SelectBasic.vue
@@ -1,6 +1,7 @@
1
<template>
2
<VueMultiselect
3
class="select-basic"
4
+ :allow-empty="multiple"
5
:close-on-select="!multiple"
6
:options="options"
7
:multiple="multiple"
0 commit comments