()
| 166 | private helperTextId: string; |
| 167 | |
| 168 | public constructor() { |
| 169 | this.labelId = createRandomString(); |
| 170 | this.helperTextId = createRandomString(); |
| 171 | } |
| 172 | |
| 173 | public connectedCallback() { |
| 174 | this.observer = new ResizeObserver(this.handleResize) as any; |
nothing calls this directly
no test coverage detected