hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
861 stars 154 forks source link

fix: inputSearchStyle applied correctly #258

Open galitianu opened 3 months ago

galitianu commented 3 months ago

inputSearchStyle is applied both to the search box and the placeholder text. if for example i want to add a border to the search box, it is applied both to it and the text inside of it. this fixes the issue by no longer applying the styling to the text