toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
566 stars 315 forks source link

styling the selectText prop #155

Open adamelmohamad opened 3 years ago

adamelmohamad commented 3 years ago

how do we style the selectText prop? currently, mine is cutoff and the padding or height of the select dropdown is too short.

cparello commented 3 years ago

me too

AugustoAleGon commented 3 years ago

There is a property for that: styleTextDropdown and styleTextDropdownSelected. Test those properties.