MCPcopy Create free account
hub / github.com/angular/components / updateErrorState

Function updateErrorState

src/material/datepicker/date-range-input-parts.ts:149–151  ·  view source on GitHub ↗

Refreshes the error state of the input.

()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

updateErrorStateMethod · 0.45

Tested by

no test coverage detected