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 497 forks source link

Hide placeholder #467

Closed indapublic closed 2 years ago

indapublic commented 2 years ago

Is your feature request related to a problem? Please describe.
Sometimes picker should have predefined value and no placeholder. Stackoverflow question

Describe the solution you'd like
Introduce support with placeholder={null}, hidePlaceholder={true} or similar.

Describe alternatives you've considered

Additional details

indapublic commented 2 years ago

Found placeholder={{}}. It's some not intuitive but works. Closed