Closed madmeatballs closed 1 year ago
Picker is not selecting first item when you don't scroll through the list using "useNativePicker"
Steps to reproduce the behavior:
It should select the first item regardless if you scroll the list, it will be unnecessary for the user to scroll to select the first item.
Not selecting first item when tapping done when you don't scroll
<Picker mode="SINGLE" onChange={onChange} placeholder={placeholder} value={value} useNativePicker > {dropdownList.map(item => ( <Picker.Item key={item.value} value={item.value} label={item.label} /> ))} </Picker>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Picker is not selecting first item when you don't scroll through the list using "useNativePicker"
Related to
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
It should select the first item regardless if you scroll the list, it will be unnecessary for the user to scroll to select the first item.
Actual behavior
Not selecting first item when tapping done when you don't scroll
More Info
Code snippet
Environment
Affected platforms