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

Method _setButtonState

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

Source from the content-addressed store, hash-verified

519 }
520
521 _setButtonState() {
522 this._decIconDisabled = this.min !== undefined && this.value <= this.min;
523 this._incIconDisabled = this.max !== undefined && this.value >= this.max;
524 }
525
526 _validate() {
527 if (this._initialValueState === undefined) {

Callers 4

onBeforeRenderingMethod · 0.95
_modifyValueMethod · 0.95
_spinValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected