Refreshes the error state of the input.
()
| 147 | |
| 148 | /** Refreshes the error state of the input. */ |
| 149 | updateErrorState() { |
| 150 | this._errorStateTracker.updateErrorState(); |
| 151 | } |
| 152 | |
| 153 | /** Handles `input` events on the input element. */ |
| 154 | override _onInput(event: Event) { |
nothing calls this directly
no test coverage detected