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.
2 parents 1a577a4 + 8993db0 commit 5fed57bCopy full SHA for 5fed57b
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>
package.json
@@ -22,6 +22,10 @@
22
"react-native-multi-selectbox": "^1.4.1",
23
"react-native-svg": "^12.1.0"
24
},
25
+ "peerDependencies": {
26
+ "lodash": ">= ^4.17.19",
27
+ "react-native-svg": ">= ^12.1.0"
28
+ },
29
"devDependencies": {
30
"@babel/core": "^7.8.4",
31
"@babel/runtime": "^7.8.4",
0 commit comments