Skip to content

Commit

Permalink
Enable searchable if taggable is selected. Closes #2867
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Nov 19, 2020
1 parent ea31479 commit 5cba0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/fieldtypes/SelectFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:disabled="config.disabled || isReadOnly || limitReached"
:options="options"
:placeholder="config.placeholder"
:searchable="config.searchable"
:searchable="config.searchable || config.taggable"
:taggable="config.taggable"
:push-tags="config.push_tags"
:multiple="config.multiple"
Expand Down

0 comments on commit 5cba0bc

Please sign in to comment.