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