chore(autocomplete): should blur after clicking outside autocomplete (#3721)

This commit is contained in:
աӄա 2024-09-06 11:21:56 +08:00 committed by GitHub
parent 485b8653de
commit 60cd878ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 () => {