Skip to content

Commit 7b1bd00

Browse files
authored
Fix screen reader announcement for indeterminate ProgressView (#829)
1 parent eea1575 commit 7b1bd00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NewArch/src/examples/ProgressViewExamplePage.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ export const ProgressViewExamplePage: React.FunctionComponent<{}> = () => {
3535
</Example>
3636
<Example title="An indeterminate ProgressView." code={example2jsx}>
3737
<ProgressView
38-
accessibilityLabel="Indeterminate ProgressView"
39-
isIndeterminate="true"
38+
accessibilityLabel="Indeterminate progress bar"
39+
isIndeterminate={true}
4040
/>
41+
4142
</Example>
4243
<Example
4344
title="A colored ProgressView with 70% progress."

0 commit comments

Comments
 (0)