Skip to content

Commit

Permalink
chore(VCombobox): add issue link comment to clarify original purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Mar 22, 2023
1 parent 1765414 commit ac29f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VCombobox/VCombobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export const VCombobox = genericComponent<new <
})
watch(_search, value => {
if (cleared.value) {
// Implement open-on-clear (https://github.com/vuetifyjs/vuetify/issues/16925)
// wait for clear to finish, VTextField sets _search to null
// then search computed triggers and updates _search to ''
nextTick(() => (cleared.value = false))
Expand Down

0 comments on commit ac29f7a

Please sign in to comment.