lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.74k stars 499 forks source link

IOS scrolling behavior #432

Open zhhjoseph opened 3 years ago

zhhjoseph commented 3 years ago

Is your feature request related to a problem? Please describe.
Current behavior on IOS is when scrolling through items, the item value changes on scroll.

Describe the solution you'd like
How can I implement the behavior when scrolling through items, the item value only changes when the done button is pressed?

Describe alternatives you've considered

Additional details

sephi-dev commented 2 years ago

I'm looking for the exact same thing.