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

Method _decValue

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

Source from the content-addressed store, hash-verified

618 }
619
620 _decValue() {
621 if (this._decIconClickable && !this.disabled && !this.readonly) {
622 this._modifyValue(-this.step, true);
623 this._previousValue = this.value;
624 }
625 }
626
627 get _isValueWithCorrectPrecision() {
628 const delimiter = this.delimiter;

Callers

nothing calls this directly

Calls 1

_modifyValueMethod · 0.95

Tested by

no test coverage detected