Skip to content

Commit 06fcf9e

Browse files
authored
Add pointerEvents={"none"} to the TextInput
1 parent dabfcd5 commit 06fcf9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ export default class RNPickerSelect extends PureComponent {
443443
<View pointerEvents="box-only" style={containerStyle}>
444444
<TextInput
445445
testID="text_input"
446+
pointerEvents="none"
446447
style={[
447448
Platform.OS === 'ios' ? style.inputIOS : style.inputAndroid,
448449
this.getPlaceholderStyle(),

0 commit comments

Comments
 (0)