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