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

Method _cancelClick

packages/main/src/DateTimePicker.ts:400–402  ·  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

398 * that would disregard the user selection.
399 */
400 _cancelClick() {
401 this._togglePicker();
402 }
403
404 /**
405 * Handles the date/time switch available in `phoneMode` to switch

Callers

nothing calls this directly

Calls 1

_togglePickerMethod · 0.95

Tested by

no test coverage detected