Add searchable dropdowns for producers, categories, and tax categories in products_v3

This commit is contained in:
Ahmed Ejaz
2026-03-13 02:14:41 +05:00
parent 9d389e22d3
commit 062fcd317c
9 changed files with 108 additions and 20 deletions

View File

@@ -166,7 +166,6 @@ describe("TomSelectController", () => {
expect(settings.searchField).toBe("label");
expect(settings.load).toEqual(expect.any(Function));
expect(settings.firstUrl).toEqual(expect.any(Function));
expect(settings.onFocus).toEqual(expect.any(Function));
});
it("fetches page 1 on focus", async () => {