Skip to content

Commit

Permalink
feat: add maxElements slot to fieldVueMultiSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Dreyer committed Oct 22, 2018
1 parent d69e0af commit 2e91a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fields/optional/fieldVueMultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
)
span(slot="noResult").
{{ selectOptions.noResult }}
span(slot="maxElements").
{{ selectOptions.maxElements }}
</template>
<script>
import abstractField from "../abstractField";
Expand Down

0 comments on commit 2e91a2f

Please sign in to comment.