()
| 173 | } |
| 174 | |
| 175 | componentDidLoad() { |
| 176 | raf(() => { |
| 177 | this.setMultipleInputs(); |
| 178 | this.setIsInteractive(); |
| 179 | this.focusable = this.isFocusable(); |
| 180 | }); |
| 181 | } |
| 182 | |
| 183 | private totalNestedInputs() { |
| 184 | // The following elements have a clickable cover that is relative to the entire item |
nothing calls this directly
no test coverage detected