selvamk-js / sharingan-rn-modal-dropdown

A simple and customizable react-native dropdown created using react-native-modal and react-native-paper.
MIT License
85 stars 28 forks source link

Placeholder and selected item value is 0 #26

Open halimatak opened 3 years ago

halimatak commented 3 years ago

1-Placeholder cannot be displayed in ios specific 2-Although the item with a value of 0 is selected, it cannot be displayed on the TextInput (android and ios)

halimatak commented 3 years ago

React-Native 0.64

halimatak commented 3 years ago

if (!_lodash.default.isEmpty(data) && value)

value is 0 then return false

halimatak commented 3 years ago

if (!_lodash.default.isEmpty(data) && value !== undefined && value !== null)