Skip to content

Commit

Permalink
Repaced 'hidden' with 'hide-item'
Browse files Browse the repository at this point in the history
  • Loading branch information
josercarcamo committed Nov 16, 2024
1 parent 52208bc commit 7ace7a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ describe("calcite-combobox", () => {
<calcite-combobox-item value="Pine" text-label="Pine">
<calcite-combobox-item value="Pine Nested" text-label="Pine Nested"></calcite-combobox-item>
</calcite-combobox-item>
<calcite-combobox-item value="Sequoia" hidden text-label="Sequoia"></calcite-combobox-item>
<calcite-combobox-item value="Sequoia" hide-item text-label="Sequoia"></calcite-combobox-item>
<calcite-combobox-item value="Douglas Fir" text-label="Douglas Fir"></calcite-combobox-item>
</calcite-combobox-item>
<calcite-combobox-item value="Rocks" text-label="Rocks"></calcite-combobox-item>
Expand All @@ -771,7 +771,7 @@ describe("calcite-combobox", () => {
const page = await newE2EPage();
await page.setContent(`
<calcite-combobox label="custom values" allow-custom-values placeholder="placeholder" max-items="6">
<calcite-combobox-item value="Trees" text-label="Trees" hidden>
<calcite-combobox-item value="Trees" text-label="Trees" hide-item>
<calcite-combobox-item value="Pine" text-label="Pine">
<calcite-combobox-item value="Pine Nested" text-label="Pine Nested"></calcite-combobox-item>
</calcite-combobox-item>
Expand Down

0 comments on commit 7ace7a6

Please sign in to comment.