mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +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() {
|
componentDidLoad() {
|
||||||
this.setMultipleInputs();
|
raf(() => this.setMultipleInputs());
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the item contains multiple clickable elements and/or inputs, then the item
|
// If the item contains multiple clickable elements and/or inputs, then the item
|
||||||
|
Reference in New Issue
Block a user