fix(item): using multiple items with inputs no longer results in console warnings (#23429)

resolves #23427
This commit is contained in:
Liam DeBeasi
2021-06-08 09:16:29 -04:00
committed by GitHub
parent 60bedb5599
commit e27b5b6ae3

View File

@ -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