react-native-material-dropdown icon indicating copy to clipboard operation
react-native-material-dropdown copied to clipboard

unable to add bottom border to itemTextStyle

Open ravishb opened this issue 5 years ago • 3 comments

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

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

ravishb avatar Jan 09 '20 08:01 ravishb

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

IkaroAlef avatar Feb 17 '20 19:02 IkaroAlef

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.

rajeevAgilehub avatar Feb 27 '20 13:02 rajeevAgilehub

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

damithg-dev avatar May 02 '20 19:05 damithg-dev