Skip to content

Commit

Permalink
chore(autocomplete): should blur after clicking outside autocomplete (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored Sep 6, 2024
1 parent 485b865 commit 60cd878
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,6 @@ describe("Autocomplete", () => {

// assert that the autocomplete listbox is closed
expect(autocomplete).toHaveAttribute("aria-expanded", "false");

// assert that input is focused
expect(autocomplete).toHaveFocus();
});

it("should set the input after selection", async () => {
Expand Down

0 comments on commit 60cd878

Please sign in to comment.