diff --git a/.changeset/proud-clocks-try.md b/.changeset/proud-clocks-try.md
new file mode 100644
index 00000000..2be3133e
--- /dev/null
+++ b/.changeset/proud-clocks-try.md
@@ -0,0 +1,5 @@
+---
+'@smile/haring-react': minor
+---
+
+correction to accessibility error dropdownMenu (focusable element)
diff --git a/packages/haring-react/src/Components/DropdownButton/DropdownButton.tsx b/packages/haring-react/src/Components/DropdownButton/DropdownButton.tsx
index d3e29e36..11f95ae4 100644
--- a/packages/haring-react/src/Components/DropdownButton/DropdownButton.tsx
+++ b/packages/haring-react/src/Components/DropdownButton/DropdownButton.tsx
@@ -38,6 +38,7 @@ export function DropdownButton(props: IDropdownButtonProps): ReactElement {
{buttonComponent ?? (
: }
>
diff --git a/packages/haring-react/src/Components/DropdownButton/__snapshots__/DropdownButton.test.tsx.snap b/packages/haring-react/src/Components/DropdownButton/__snapshots__/DropdownButton.test.tsx.snap
index a712f194..f24a64af 100644
--- a/packages/haring-react/src/Components/DropdownButton/__snapshots__/DropdownButton.test.tsx.snap
+++ b/packages/haring-react/src/Components/DropdownButton/__snapshots__/DropdownButton.test.tsx.snap
@@ -12,7 +12,7 @@ exports[`DropdownButton matches snapshot 1`] = `
>
@media (max-width: 35.99375em) {.mantine-visible-from-xs {display: none !important;}}@media (min-width: 36em) {.mantine-hidden-from-xs {display: none !important;}}@media (max-width: 47.99375em) {.mantine-visible-from-sm {display: none !important;}}@media (min-width: 48em) {.mantine-hidden-from-sm {display: none !important;}}@media (max-width: 61.99375em) {.mantine-visible-from-md {display: none !important;}}@media (min-width: 62em) {.mantine-hidden-from-md {display: none !important;}}@media (max-width: 74.99375em) {.mantine-visible-from-lg {display: none !important;}}@media (min-width: 75em) {.mantine-hidden-from-lg {display: none !important;}}@media (max-width: 87.99375em) {.mantine-visible-from-xl {display: none !important;}}@media (min-width: 88em) {.mantine-hidden-from-xl {display: none !important;}}
-
+
`;