Skip to content

Commit 8d41020

Browse files
committed
Fix #32
1 parent 4a30e26 commit 8d41020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function SelectBox({
216216
/>
217217
) : (
218218
<TouchableOpacity hitSlop={hitSlop} onPress={onPressShowOptions()}>
219-
<Text style={kSelectedItemStyle()}>{value.item || label}</Text>
219+
<Text style={kSelectedItemStyle()}>{value.item || inputPlaceholder || label}</Text>
220220
</TouchableOpacity>
221221
)}
222222
</View>

0 commit comments

Comments
 (0)