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

Method _inputChange

packages/main/src/MultiComboBox.ts:689–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

687 }
688
689 _inputChange() {
690 if (!this._clearingValue && this._lastValue !== this.value) {
691 this._lastValue = this.value;
692 this.fireDecoratorEvent("change");
693 }
694 }
695
696 _onMobileInputKeydown(e: KeyboardEvent) {
697 if (!isEnter(e)) {

Callers 2

_handleEnterMethod · 0.95
inputFocusOutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected