Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _cancelMobileValue
Method
_cancelMobileValue
packages/main/src/Input.ts:1419–1422 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1417
}
1418
1419
_cancelMobileValue() {
1420
this.value = this.previousValue;
1421
this._closePicker();
1422
}
1423
1424
_afterOpenPicker() {
1425
// Set initial focus to the native input
Callers
nothing calls this directly
Calls
1
_closePicker
Method · 0.95
Tested by
no test coverage detected