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

Method _updateValueAndValidate

packages/main/src/StepInput.ts:673–678  ·  view source on GitHub ↗
(inputValue: number)

Source from the content-addressed store, hash-verified

671 }
672
673 _updateValueAndValidate(inputValue: number) {
674 this.value = inputValue;
675 this._validate();
676 this._setButtonState();
677 this._fireChangeEvent();
678 }
679
680 _onfocusin() {
681 this.focused = true;

Callers 2

_onInputChangeMethod · 0.95
_onkeydownMethod · 0.95

Calls 3

_validateMethod · 0.95
_setButtonStateMethod · 0.95
_fireChangeEventMethod · 0.95

Tested by

no test coverage detected