We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b673e28 + c1ede53 commit b72fad5Copy full SHA for b72fad5
packages/module/src/MessageBar/MicrophoneButton.tsx
@@ -81,6 +81,8 @@ export const MicrophoneButton: React.FunctionComponent<MicrophoneButtonProps> =
81
82
return (
83
<Tooltip
84
+ aria="none"
85
+ aria-live="polite"
86
id="pf-chatbot__tooltip--use-microphone"
87
content={isListening ? 'Stop listening' : 'Use microphone'}
88
position={tooltipProps?.position || 'top'}
0 commit comments