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

Method closeInputsPopover

packages/main/src/TimePicker.ts:593–596  ·  view source on GitHub ↗

* Closes the Inputs popover * @private * @returns Resolves when the Inputs popover is closed

()

Source from the content-addressed store, hash-verified

591 * @returns Resolves when the Inputs popover is closed
592 */
593 closeInputsPopover() {
594 const popover = this._inputsPopover;
595 popover.open = false;
596 }
597
598 toggleInputsPopover() {
599 if (this.isInputsPopoverOpen()) {

Callers 2

toggleInputsPopoverMethod · 0.95
submitInputsPopoverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected