n4kz / react-native-material-dropdown

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

unable to add bottom border to itemTextStyle #205

Open ravishb opened 4 years ago

ravishb commented 4 years ago

bordercolor is working as mentioned below: itemTextStyle={{ borderColor:'red', borderWidth:2 }}

but below borderBottomColor is not working in itemTextStyle: itemTextStyle{{ borderBottomColor:'red', borderBottomWidth:2 } }

IkaroAlef commented 4 years ago

borderBottomColor is working fine for me. Can you provide more details? By the way, do you have any tip to set the last item bottom border to transparent? Like this: image

rajeevAgilehub commented 4 years ago

borderBottomColor and borderBottomWidth not working however borderColor, borderWidth works. But borderColor & borderWidth give a border around text. but i need only border bottom to make each item look divided by a line.

damithg-dev commented 4 years ago

@IkaroAlef how please let us know how you're were able to achieve that.