Skip to content

Commit f5c8d46

Browse files
authored
Merge pull request #138 from taylor-hudson/master
2 parents e3c2809 + e9c6b8c commit f5c8d46

File tree

1 file changed

+1
-1
lines changed
  • packages/vanilla-components/src/components/rich-select/partials

1 file changed

+1
-1
lines changed

packages/vanilla-components/src/components/rich-select/partials/trigger.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const showSelectorIcon = computed((): boolean => {
5353
return false
5454
}
5555
56-
if (!configuration.clearable) {
56+
if (!configuration.clearable || !hasSelectedOption) {
5757
return true
5858
}
5959

0 commit comments

Comments
 (0)