Skip to content

Commit 21c4a19

Browse files
Add aria-hidden to container alongside accessible={false}
Co-authored-by: Rushat Gabhane <rushatgabhane@users.noreply.github.com>
1 parent 5744cc1 commit 21c4a19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/InteractiveStepSubHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ function InteractiveStepSubHeader({stepNames, startStepIndex = 0, onStepSelected
7171
<View
7272
style={[styles.interactiveStepHeaderContainer, containerWidthStyle]}
7373
accessible={false}
74+
aria-hidden
7475
>
7576
{stepNames.map((stepName, index) => {
7677
const isCompletedStep = currentStep > index;

0 commit comments

Comments
 (0)