react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Can the selected item be hidden from the dropdown list?
Hi, first.. amazing package!
The only thing that bothers me, is that the selected item is shown again in the dropdown list. Is there any way to hide the selected item in the dropdown list, so it does not show up twice?
Thank you!
Hi @nine-9-nine, i faced the same issue and solved it via styles:
selectedItemContainerStyle={{
display: 'none',
}}
Hope this works for you too.
Thank you so much @valdrin-hoti, works perfectly!
This sort of works, unless you have an item separator and then they double up