Remove accessibilityRole=button on dropdown mask, it causes issues on firefox (#1436)

zio/stable
Paul Frazee 2023-09-11 18:09:02 -07:00 committed by GitHub
parent 9e8b14f710
commit 9b5bd53f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ const DropdownItems = ({
{/* This TouchableWithoutFeedback renders the background so if the user clicks outside, the dropdown closes */}
<TouchableWithoutFeedback
onPress={onOuterPress}
accessibilityRole="button"
accessibilityLabel="Toggle dropdown"
accessibilityHint="">
<View style={[styles.bg]} />