Remove accessibilityRole=button on dropdown mask, it causes issues on firefox (#1436)
This commit is contained in:
@@ -224,7 +224,6 @@ const DropdownItems = ({
|
|||||||
{/* This TouchableWithoutFeedback renders the background so if the user clicks outside, the dropdown closes */}
|
{/* This TouchableWithoutFeedback renders the background so if the user clicks outside, the dropdown closes */}
|
||||||
<TouchableWithoutFeedback
|
<TouchableWithoutFeedback
|
||||||
onPress={onOuterPress}
|
onPress={onOuterPress}
|
||||||
accessibilityRole="button"
|
|
||||||
accessibilityLabel="Toggle dropdown"
|
accessibilityLabel="Toggle dropdown"
|
||||||
accessibilityHint="">
|
accessibilityHint="">
|
||||||
<View style={[styles.bg]} />
|
<View style={[styles.bg]} />
|
||||||
|
|||||||
Reference in New Issue
Block a user