mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(item): using multiple items with inputs no longer results in console warnings (#23429)
resolves #23427
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user