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

Method _fireChangeEvent

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

Source from the content-addressed store, hash-verified

556 }
557
558 _fireChangeEvent() {
559 if (this._previousValue !== this.value) {
560 this._previousValue = this.value;
561 this.fireDecoratorEvent("change");
562 }
563 }
564
565 /**
566 * Value modifier - modifies the value of the component, validates the new value and enables/disables increment and

Callers 4

_modifyValueMethod · 0.95
_spinValueMethod · 0.95
_resetSpinOutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected