From e27b5b6ae360c44d8521ac7191817cbbe0367c05 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 8 Jun 2021 09:16:29 -0400 Subject: [PATCH] fix(item): using multiple items with inputs no longer results in console warnings (#23429) resolves #23427 --- core/src/components/item/item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/item/item.tsx b/core/src/components/item/item.tsx index f173b3f984..b9fdaf94db 100644 --- a/core/src/components/item/item.tsx +++ b/core/src/components/item/item.tsx @@ -173,7 +173,7 @@ export class Item implements ComponentInterface, AnchorInterface, ButtonInterfac } componentDidLoad() { - this.setMultipleInputs(); + raf(() => this.setMultipleInputs()); } // If the item contains multiple clickable elements and/or inputs, then the item