Refreshes the error state of the input.
()
| 415 | |
| 416 | /** Refreshes the error state of the input. */ |
| 417 | updateErrorState() { |
| 418 | this._errorStateTracker.updateErrorState(); |
| 419 | } |
| 420 | |
| 421 | /** Callback for the cases where the focused state of the input changes. */ |
| 422 | _focusChanged(isFocused: boolean) { |
no outgoing calls
no test coverage detected