Enable keyboard navigation in member invite list (#7102)
* feat: keyboard nav in share popover * fix: memoize
This commit is contained in:
@@ -270,6 +270,7 @@ function Search(props: Props) {
|
||||
ref={resultListRef}
|
||||
onEscape={handleEscape}
|
||||
aria-label={t("Search Results")}
|
||||
items={data ?? []}
|
||||
>
|
||||
{() =>
|
||||
data?.length
|
||||
|
||||
@@ -34,6 +34,7 @@ function RecentSearches(
|
||||
ref={ref}
|
||||
onEscape={onEscape}
|
||||
aria-label={t("Recent searches")}
|
||||
items={searches.recent}
|
||||
>
|
||||
{() =>
|
||||
searches.recent.map((searchQuery) => (
|
||||
|
||||
Reference in New Issue
Block a user