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

Method _fireChangeEvent

packages/main/src/ComboBox.ts:1375–1380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1373 }
1374
1375 _fireChangeEvent() {
1376 if (this.value !== this._lastValue) {
1377 this.fireDecoratorEvent("change");
1378 this._lastValue = this.value;
1379 }
1380 }
1381
1382 _inputChange(e: Event) {
1383 e.preventDefault();

Callers 4

_focusoutMethod · 0.95
_keydownMethod · 0.95
_closeRespPopoverMethod · 0.95
_selectItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected