()
| 68 | ) |
| 69 | |
| 70 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 71 | return this |
| 72 | } |
| 73 | |
| 74 | private onInput(event: Event): void { |
| 75 | const target = event.target as HTMLInputElement |
nothing calls this directly
no outgoing calls
no test coverage detected