Skip to content

Commit

Permalink
fix: validasi placeholder v-multi-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Noval Oktavio committed Dec 29, 2021
1 parent b2c0b7c commit 0707be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VMultiSelect/VMultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ watch(
"
autofill="false"
autocomplete="off"
:placeholder="value.length < 1 ? placeholder : ''"
:placeholder="selected.length < 1 ? placeholder : ''"
:name="name"
v-bind="inputProps"
@input="handleSearch"
Expand Down

0 comments on commit 0707be1

Please sign in to comment.