Skip to content

Commit da50d2c

Browse files
authored
Merge pull request #12 from j-piasecki/patch-2
Add `pointerEvents={"none"}` to the `TextInput`
2 parents 42b334d + 06fcf9e commit da50d2c

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
@@ -485,6 +485,7 @@ export default class RNPickerSelect extends PureComponent {
485485
<View pointerEvents="box-only" style={containerStyle}>
486486
<TextInput
487487
testID="text_input"
488+
pointerEvents="none"
488489
style={[
489490
Platform.OS === 'ios' ? style.inputIOS : style.inputAndroid,
490491
this.getPlaceholderStyle(),

0 commit comments

Comments
 (0)