We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a30e26 commit 8d41020Copy full SHA for 8d41020
lib/index.js
@@ -216,7 +216,7 @@ function SelectBox({
216
/>
217
) : (
218
<TouchableOpacity hitSlop={hitSlop} onPress={onPressShowOptions()}>
219
- <Text style={kSelectedItemStyle()}>{value.item || label}</Text>
+ <Text style={kSelectedItemStyle()}>{value.item || inputPlaceholder || label}</Text>
220
</TouchableOpacity>
221
)}
222
</View>
0 commit comments