Skip to content

Commit

Permalink
Bring across no options style
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Mar 27, 2020
1 parent d57f1f4 commit 9db5e0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/components/inputs/relationship/SelectField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
v-on="events"
v-bind="attributes"
>
</template>
<template #no-options>
<div class="text-sm text-grey-70 text-left py-1 px-2" v-text="__('No options to choose from.')" />
</template>
<template #footer="{ deselect }" v-if="multiple">
<div class="vs__selected-options-outside flex flex-wrap">
Expand Down

0 comments on commit 9db5e0a

Please sign in to comment.