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 ?? ( + `;