Skip to content

Commit

Permalink
updated TextInputLabel accessibilityRole
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Jul 3, 2023
1 parent 29043a4 commit 5ce4f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextInput/TextInputLabel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class TextInputLabel extends PureComponent {
return (
<Animated.Text
pointerEvents="none"
accessibilityRole="text"
ref={(el) => (this.label = el)}
style={[styles.textInputLabel, styles.textInputLabelDesktop, styles.textInputLabelTransformation(this.props.labelTranslateY, 0, this.props.labelScale)]}
>
Expand Down

0 comments on commit 5ce4f90

Please sign in to comment.