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

Method _toggleRespPopover

packages/main/src/ComboBox.ts:711–717  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

709 }
710
711 _toggleRespPopover() {
712 if (this.open) {
713 this._closeRespPopover();
714 } else {
715 this._openRespPopover();
716 }
717 }
718
719 storeResponsivePopoverWidth() {
720 if (this.open && !this._listWidth) {

Callers 2

_arrowClickMethod · 0.95
_keydownMethod · 0.95

Calls 2

_closeRespPopoverMethod · 0.95
_openRespPopoverMethod · 0.95

Tested by

no test coverage detected