Skip to content

Commit

Permalink
Don't manually hide menu during imperative blur function
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Feb 22, 2025
1 parent c0ab464 commit 440641f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/useTypeahead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ function useTypeahead(userProps: TypeaheadProps, ref?: Ref<TypeaheadRef>) {

function blur() {
inputNode?.blur();
hideMenu();
}

function clear() {
Expand Down

0 comments on commit 440641f

Please sign in to comment.