Skip to content

Commit

Permalink
Merge pull request #138 from taylor-hudson/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs authored Oct 12, 2024
2 parents e3c2809 + e9c6b8c commit f5c8d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const showSelectorIcon = computed((): boolean => {
return false
}
if (!configuration.clearable) {
if (!configuration.clearable || !hasSelectedOption) {
return true
}
Expand Down

0 comments on commit f5c8d46

Please sign in to comment.