Placeholder + Label props together do not play nicely
castrolem opened this issue · 0 comments
castrolem commented
There should be some sort of validation, that if you pass down both label and placeholder props to the component, it does not render the React Native TextInput
propType placeholder
.
Probably removing it from the permitted props of Input
would be the best approach.