feat: add initial focus on new integration search (#2015)

This commit is contained in:
Meier Lukas
2025-01-21 11:00:56 +01:00
committed by GitHub
parent d4f04da709
commit b30c192b8f
2 changed files with 13 additions and 2 deletions

View File

@@ -102,7 +102,15 @@ export default async function IntegrationsPage(props: IntegrationsPageProps) {
const IntegrationSelectMenu = ({ children }: PropsWithChildren) => {
return (
<Menu width={256} trapFocus position="bottom-end" withinPortal shadow="md" keepMounted={false}>
<Menu
width={256}
trapFocus
position="bottom-end"
withinPortal
shadow="md"
keepMounted={false}
withInitialFocusPlaceholder={false}
>
{children}
<MenuDropdown>
<IntegrationCreateDropdownContent />