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

Method _cancelClick

packages/main/src/DateRangePicker.ts:322–325  ·  view source on GitHub ↗

* Handles clicking on the `cancel` button, within the picker`s footer, * that would disregard the user selection.

()

Source from the content-addressed store, hash-verified

320 * that would disregard the user selection.
321 */
322 _cancelClick() {
323 this._tempValue = "";
324 this._togglePicker();
325 }
326
327 /**
328 * @override

Callers

nothing calls this directly

Calls 1

_togglePickerMethod · 0.45

Tested by

no test coverage detected