Skip to content

Commit f0fc169

Browse files
authored
Icon ContextualMenu A11y Narrator Bug Fix (#3911)
1 parent f2f109c commit f0fc169

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

apps/fluent-tester/src/TestComponents/ContextualMenu/ContextualMenuTest.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ const IconContextualMenu: React.FunctionComponent = () => {
296296
style={{ borderWidth: 0 }}
297297
icon={{ svgSource: svgProps, width: 12, height: 12 }}
298298
onClick={toggleShowContextualMenu}
299+
accessibilityLabel="Wheelchair icon button"
300+
tooltip="Toggle menu"
299301
/>
300302
</View>
301303
</View>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "added accessibility to icon button",
4+
"packageName": "@fluentui-react-native/tester",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)