()
| 613 | } |
| 614 | |
| 615 | _focusNextElement() { |
| 616 | if (!this.growsWithButton) { |
| 617 | this._focusForwardElement(true); |
| 618 | } else { |
| 619 | this.morеBtn!.focus(); |
| 620 | } |
| 621 | } |
| 622 | |
| 623 | _handleArrowNav(e: KeyboardEvent) { |
| 624 | const isRowFocused = this.currentElement!.localName === "tr"; |
no test coverage detected