MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / componentWillLoad

Method componentWillLoad

core/src/components/select/select.tsx:353–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 }
352
353 componentWillLoad() {
354 this.inheritedAttributes = inheritAttributes(this.el, ['aria-label']);
355
356 this.hintTextId = this.getHintTextId();
357 }
358
359 componentDidLoad() {
360 /**

Callers

nothing calls this directly

Calls 2

getHintTextIdMethod · 0.95
inheritAttributesFunction · 0.90

Tested by

no test coverage detected