n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Picker caret is missing. #90

Open gjvpaet opened 6 years ago

gjvpaet commented 6 years ago

Why is it when I use renderBase prop with my own custom text input the caret in the right is gone?

andrefarzat commented 6 years ago

it's because the method renderAccessory isn't called anymore. Check it out: https://github.com/n4kz/react-native-material-dropdown/blob/0.11.1/src/components/dropdown/index.js#L516