MCPcopy Create free account
hub / github.com/UI5/webcomponents / _validate

Method _validate

packages/main/src/StepInput.ts:526–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

524 }
525
526 _validate() {
527 if (this._initialValueState === undefined) {
528 this._initialValueState = this.valueState;
529 }
530
531 this._updateValueState();
532 }
533
534 _updateValueState() {
535 const isWithinRange = (this.min === undefined || this._parseNumber(this.input.value) >= this.min)

Callers 2

_modifyValueMethod · 0.95

Calls 1

_updateValueStateMethod · 0.95

Tested by

no test coverage detected