From 6b8a4391dc081068cc156fab3cc275c03324b881 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Fri, 9 Feb 2024 11:26:29 -0800 Subject: [PATCH] test(combobox): fix form-associated test (#8718) **Related Issue:** N/A ## Summary Fixes a test failure caused by conditional rendering of nodes. **Note**: the `grid` key can be removed once we bump Stencil to v4.12.0 or greater as it introduced [automatic `key` insertion](https://github.com/ionic-team/stencil/releases/tag/v4.12.0). --- .../calcite-components/src/components/combobox/combobox.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/calcite-components/src/components/combobox/combobox.tsx b/packages/calcite-components/src/components/combobox/combobox.tsx index bbe513cda45..753c3386b0a 100644 --- a/packages/calcite-components/src/components/combobox/combobox.tsx +++ b/packages/calcite-components/src/components/combobox/combobox.tsx @@ -1632,7 +1632,7 @@ export class Combobox return ( this.showingInlineIcon && ( - + + {!singleSelectionMode && !singleSelectionDisplay && this.renderChips()}