Skip to content

Commit

Permalink
fix(item): using multiple items with inputs no longer results in cons…
Browse files Browse the repository at this point in the history
…ole warnings (#23429)

resolves #23427
  • Loading branch information
liamdebeasi committed Jun 8, 2021
1 parent 60bedb5 commit e27b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/item/item.tsx
Expand Up @@ -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
Expand Down

0 comments on commit e27b5b6

Please sign in to comment.