Skip to content

Commit

Permalink
chore: modify roles for toolbar + buttons instead of listbox + options
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunderhus committed Dec 18, 2024
1 parent b59061d commit 015ed94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: modify roles for toolbar + buttons instead of listbox + options",
"packageName": "@fluentui/react-tag-picker",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const useTagPickerGroup_unstable = (

const state = useTagGroup_unstable(
{
role: 'listbox',
disabled,
...props,
...arrowNavigationProps,
Expand Down

0 comments on commit 015ed94

Please sign in to comment.