()
| 266 | } |
| 267 | |
| 268 | componentWillLoad() { |
| 269 | this.inheritedAttributes = { |
| 270 | ...inheritAriaAttributes(this.el), |
| 271 | }; |
| 272 | |
| 273 | this.hintTextId = this.getHintTextId(); |
| 274 | } |
| 275 | |
| 276 | private onStart() { |
| 277 | this.activated = true; |
nothing calls this directly
no test coverage detected