()
| 1297 | } |
| 1298 | |
| 1299 | _onItemTab() { |
| 1300 | this._getResponsivePopover().preventFocusRestore = true; |
| 1301 | this._inputDom.focus(); |
| 1302 | this.open = false; |
| 1303 | this._tokenizer.expanded = false; |
| 1304 | } |
| 1305 | |
| 1306 | _handleArrowNavigation(e: KeyboardEvent, isDownControl: boolean) { |
| 1307 | const isArrowDown = isDownControl || isDown(e); |
no test coverage detected