Skip to content

Commit

Permalink
fix(autocomplete): fix select item by click (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
masyoudi committed Feb 23, 2024
1 parent 8b8bfa6 commit d3e1465
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ function handleFocus(event: Event): void {
* Close on blur.
*/
function handleBlur(event: Event): void {
isActive.value = false;
onBlur(event);
}
Expand Down

0 comments on commit d3e1465

Please sign in to comment.