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