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

Method _confirmMobileValue

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

Source from the content-addressed store, hash-verified

1412 }
1413
1414 _confirmMobileValue() {
1415 this._closePicker();
1416 this._handleChange();
1417 }
1418
1419 _cancelMobileValue() {
1420 this.value = this.previousValue;

Callers

nothing calls this directly

Calls 2

_closePickerMethod · 0.95
_handleChangeMethod · 0.95

Tested by

no test coverage detected