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

Method openInputsPopover

packages/main/src/TimePicker.ts:580–586  ·  view source on GitHub ↗

* Opens the Inputs popover. * @private * @returns Resolves when the Inputs popover is open

()

Source from the content-addressed store, hash-verified

578 * @returns Resolves when the Inputs popover is open
579 */
580 openInputsPopover() {
581 this.tempValue = this.value && this.isValidValue(this.value) ? this.value : this.getValueFormat().format(UI5Date.getInstance());
582 const popover = this._inputsPopover;
583 popover.opener = this;
584 popover.open = true;
585 this._isInputsPopoverOpen = true;
586 }
587
588 /**
589 * Closes the Inputs popover

Callers 1

toggleInputsPopoverMethod · 0.95

Calls 3

isValidValueMethod · 0.95
getValueFormatMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected