Skip to content

Commit

Permalink
fix: picker closing before clicking done on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Oct 6, 2022
1 parent 1273efc commit aab173b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Picker/BasePicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class BasePicker extends React.Component {
useNativeAndroidPickerStyle={false}
placeholder={this.props.placeholder}
value={this.props.value}
key={this.props.value}
Icon={() => this.props.icon(this.props.size)}
disabled={this.props.disabled}
fixAndroidTouchableBug
Expand Down

0 comments on commit aab173b

Please sign in to comment.