Skip to content

Commit ac42005

Browse files
authored
Merge pull request #534 from qkdreyer/patch-1
feat: add maxElements slot to fieldVueMultiSelect
2 parents 535645c + 2e91a2f commit ac42005

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)