mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(autocomplete): should blur after clicking outside autocomplete (#3721)
This commit is contained in:
parent
485b8653de
commit
60cd878ee4
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user