Skip to content

Commit

Permalink
Make it searchable. It makes the UI a little nicer.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Dec 19, 2024
1 parent c91830f commit 64cecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Fieldtypes/BlueprintFieldtype.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<v-select
searchable
:options="options"
:get-option-label="(option) => option.title"
:get-option-key="(option) => option.handle"
:value="value"
:searchable="false"
:reduce="opt => opt.handle"
@input="update($event)"
/>
Expand Down

0 comments on commit 64cecc6

Please sign in to comment.