fix item selection and item loader

This commit is contained in:
Mohit Panjwani
2020-05-12 13:23:06 +05:30
parent e07532961e
commit d4a1f1a784
3 changed files with 8 additions and 1 deletions

View File

@ -12,6 +12,7 @@
ref="baseSelect"
v-model="itemSelect"
:options="items"
:loading="loading"
:show-labels="false"
:preserve-search="true"
:initial-search="item.name"