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

Method submitInputsPopover

packages/main/src/TimePicker.ts:614–617  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

612 }
613
614 submitInputsPopover() {
615 this._updateValueAndFireEvents(this.tempValue!, true, ["change", "value-changed"]);
616 this.closeInputsPopover();
617 }
618
619 onInputsPopoverAfterOpen() {
620 const popover = this._inputsPopover;

Callers

nothing calls this directly

Calls 2

closeInputsPopoverMethod · 0.95

Tested by

no test coverage detected