Skip to content

Commit a52ed73

Browse files
committed
fix(picker): stop closing picker after value selection
1 parent 997bf02 commit a52ed73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/withPickerValues/PickerModal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class PickerModal extends PureComponent<PropsType> {
1919
onValueChange = (value: any) => {
2020
if (this.props.onChangeText) this.props.onChangeText(value);
2121
if (this.props.onSubmitEditing) this.props.onSubmitEditing();
22-
if (this.pickerModal) this.pickerModal.close();
2322
};
2423

2524
renderPicker = () => {

0 commit comments

Comments
 (0)