this sizer is invisible and contains the same text as the input; we measure it's width to set the width of the visually styled input
()
| 98 | } |
| 99 | /** this sizer is invisible and contains the same text as the input; we measure it's width to set the width of the visually styled input */ |
| 100 | get sizer(): HTMLElement { |
| 101 | return findTarget(this, "sizer") as HTMLElement; |
| 102 | } |
| 103 | get clearButton(): HTMLButtonElement { |
| 104 | return findTarget(this, "clearButton") as HTMLButtonElement; |
| 105 | } |
nothing calls this directly
no outgoing calls
no test coverage detected