We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997bf02 commit a52ed73Copy full SHA for a52ed73
src/withPickerValues/PickerModal.js
@@ -19,7 +19,6 @@ class PickerModal extends PureComponent<PropsType> {
19
onValueChange = (value: any) => {
20
if (this.props.onChangeText) this.props.onChangeText(value);
21
if (this.props.onSubmitEditing) this.props.onSubmitEditing();
22
- if (this.pickerModal) this.pickerModal.close();
23
};
24
25
renderPicker = () => {
0 commit comments