Make unit clearable (#918)

This commit is contained in:
Bram
2022-05-28 08:25:09 +02:00
committed by GitHub
parent a479d966d1
commit 96e7300583

View File

@ -54,8 +54,6 @@
label="name" label="name"
:options="itemStore.itemUnits" :options="itemStore.itemUnits"
value-prop="id" value-prop="id"
:can-deselect="false"
:can-clear="false"
:placeholder="$t('items.select_a_unit')" :placeholder="$t('items.select_a_unit')"
searchable searchable
track-by="name" track-by="name"