Skip to content

Commit 4adb3ad

Browse files
authored
fix(react-utilities): add focusgroupstart property to baseElementProperties (microsoft#36020)
1 parent 85ba749 commit 4adb3ad

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: add focusgroupstart property to baseElementProperties",
4+
"packageName": "@fluentui/react-utilities",
5+
"email": "dmytrokirpa@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/react-utilities/src/utils/properties.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export const baseElementProperties = toObjectMap([
120120
'lang', // global
121121
'popover', // global
122122
'focusgroup', // global
123+
'focusgroupstart', // global
123124
'ref', // global
124125
'role', // global
125126
'style', // global

0 commit comments

Comments
 (0)