Skip to content

Commit

Permalink
Makes the entity type select have a type ahead (#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Jun 2, 2023
1 parent 45adfa4 commit 2820136
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-select
<v-combobox
v-model="entity"
:items="items"
:menu-props="{ maxHeight: '400' }"
Expand Down Expand Up @@ -27,7 +27,7 @@
</v-list-item-content>
</v-list-item>
</template>
</v-select>
</v-combobox>
</template>

<script>
Expand Down

0 comments on commit 2820136

Please sign in to comment.