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

Method storeResponsivePopoverWidth

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

Source from the content-addressed store, hash-verified

717 }
718
719 storeResponsivePopoverWidth() {
720 if (this.open && !this._listWidth) {
721 this._listWidth = this._getPicker().offsetWidth;
722 }
723 }
724
725 _handleValueStatePopoverFocusout() {
726 if (!this._handleLinkNavigation) {

Callers 1

onAfterRenderingMethod · 0.95

Calls 1

_getPickerMethod · 0.95

Tested by

no test coverage detected