We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42b334d + 06fcf9e commit da50d2cCopy full SHA for da50d2c
1 file changed
src/index.js
@@ -485,6 +485,7 @@ export default class RNPickerSelect extends PureComponent {
485
<View pointerEvents="box-only" style={containerStyle}>
486
<TextInput
487
testID="text_input"
488
+ pointerEvents="none"
489
style={[
490
Platform.OS === 'ios' ? style.inputIOS : style.inputAndroid,
491
this.getPlaceholderStyle(),
0 commit comments