We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 535645c + 2e91a2f commit ac42005Copy full SHA for ac42005
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