We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69e0af commit 2e91a2fCopy full SHA for 2e91a2f
src/fields/optional/fieldVueMultiSelect.vue
@@ -43,6 +43,8 @@
43
)
44
span(slot="noResult").
45
{{ selectOptions.noResult }}
46
+ span(slot="maxElements").
47
+ {{ selectOptions.maxElements }}
48
</template>
49
<script>
50
import abstractField from "../abstractField";
0 commit comments