()
| 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) { |
no test coverage detected