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

Method isInputsPopoverOpen

packages/main/src/TimePicker.ts:610–612  ·  view source on GitHub ↗

* Checks if the inputs popover is open * @private

()

Source from the content-addressed store, hash-verified

608 * @private
609 */
610 isInputsPopoverOpen(): boolean {
611 return !!this._isInputsPopoverOpen;
612 }
613
614 submitInputsPopover() {
615 this._updateValueAndFireEvents(this.tempValue!, true, ["change", "value-changed"]);

Callers 2

toggleInputsPopoverMethod · 0.95
_onkeydownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected