Skip to content

Commit 2e91a2f

Browse files
author
Quentin Dreyer
authored
feat: add maxElements slot to fieldVueMultiSelect
1 parent d69e0af commit 2e91a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fields/optional/fieldVueMultiSelect.vue

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
)
4444
span(slot="noResult").
4545
{{ selectOptions.noResult }}
46+
span(slot="maxElements").
47+
{{ selectOptions.maxElements }}
4648
</template>
4749
<script>
4850
import abstractField from "../abstractField";

0 commit comments

Comments
 (0)