Can we remove placeholder text from modal?
placeholder={{}}
If you want to remove the placeholder from JUST the modal - you could possibly dynamically update the value onOpen for iOS.
Also see #98
‘placeholder={{}}’
It doesn't works... both iOS and Android saying:
TypeError: undefined is not an object (evaluating 'this.state.selectedItem.label')
This error is located at:
in RNPickerSelect (etc...)
works fine on the sample app https://snack.expo.io/@lfkwtz/react-native-picker-select
feel free to open a full bug report if you see otherwise
From sample app, is there way to show text on text input field but not on modal? Sorry for making this so confusing.
@maharjanaman
If you want to remove the placeholder from JUST the modal - you could possibly dynamically update the value onOpen for iOS.
Also see #98
@lfkwtz I face the same error as @kaantyy.

See https://snack.expo.io/@illuminator/react-native-picker-select-|-placeholder-problem
@gluons you're initializing with an empty items array. This is not currently supported.
Feel free to open a feature request ticket (and submit a PR if you want to).
@lfkwtz OK. I create #161.
If you want to remove the placeholder from JUST the modal - you could possibly dynamically update the value onOpen for iOS.
Also see #98
what about android?
@BogdanTaranenko - added support for onOpen in 6.4.0 on android
notes:
useNativeAndroidPickerStyle={true}
Most helpful comment
placeholder={{}}