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

Method fireResetSelectionChange

packages/main/src/Input.ts:1758–1763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1756 }
1757
1758 fireResetSelectionChange() {
1759 if (this._isLatestValueFromSuggestions) {
1760 this.fireSelectionChange(null, false);
1761 this.valueBeforeItemSelection = this.value;
1762 }
1763 }
1764
1765 get _readonly() {
1766 return this.readonly && !this.disabled;

Callers 2

_clearMethod · 0.95
fireEventByActionMethod · 0.95

Calls 1

fireSelectionChangeMethod · 0.95

Tested by

no test coverage detected