File tree 2 files changed +1
-2
lines changed
components/ExpensiTextInput
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ class BaseExpensiTextInput extends Component {
176
176
< >
177
177
{ /* Adding this background to the label only for multiline text input,
178
178
to prevent text overlapping with label when scrolling */ }
179
- { this . props . multiline && < View style = { styles . expensiTextInputLabelBackground } /> }
179
+ { this . props . multiline && < View style = { styles . expensiTextInputLabelBackground } pointerEvents = "none" /> }
180
180
< ExpensiTextInputLabel
181
181
label = { this . props . label }
182
182
labelTranslateX = {
Original file line number Diff line number Diff line change @@ -613,7 +613,6 @@ const styles = {
613
613
backgroundColor : themeColors . componentBG ,
614
614
borderTopRightRadius : variables . componentBorderRadiusNormal ,
615
615
borderTopLeftRadius : variables . componentBorderRadiusNormal ,
616
- pointerEvents : 'none' ,
617
616
} ,
618
617
619
618
expensiTextInputLabelDesktop : {
You can’t perform that action at this time.
0 commit comments