Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Aug 27, 2024
1 parent ea42983 commit 9ab51cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/varlet-ui/src/auto-complete/AutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default defineComponent({
}
)
watch(() => props.options, syncOptions)
watch(() => [props.options, isFocusing.value], syncOptions)
call(bindForm, autoCompleteProvider)
Expand All @@ -172,8 +172,6 @@ export default defineComponent({
isFocusing.value = true
input.value!.focus()
isShowMenuSelect.value = getShowMenuSelect(value.value ?? '')
syncOptions()
call(props.onFocus)
validateWithTrigger('onFocus')
}
Expand Down

0 comments on commit 9ab51cb

Please sign in to comment.