Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(combobox): include groups in filtering #10511

Merged
merged 12 commits into from
Oct 31, 2024
Prev Previous commit
Next Next commit
fix build error
  • Loading branch information
anveshmekala committed Oct 10, 2024
commit 92597eebb4607ead8cf546b83cce8eda3d016ce6
Original file line number Diff line number Diff line change
@@ -631,6 +631,7 @@ describe("calcite-combobox", () => {
expect((await combobox.getProperty("filteredItems")).length).toBe(0);
expect(await input.getProperty("value")).toBe("anm");
expect(input).not.toHaveClass(`${CSS.inputHidden}`);
});
});

it("should control max items displayed", async () => {
Loading
Oops, something went wrong.