Skip to content

Commit 440641f

Browse files
committed
Don't manually hide menu during imperative blur function
1 parent c0ab464 commit 440641f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/useTypeahead.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ function useTypeahead(userProps: TypeaheadProps, ref?: Ref<TypeaheadRef>) {
303303

304304
function blur() {
305305
inputNode?.blur();
306-
hideMenu();
307306
}
308307

309308
function clear() {

0 commit comments

Comments
 (0)