AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
312 stars 133 forks source link

Bottom border shown after last element #170

Closed chrisfougner closed 3 months ago

chrisfougner commented 6 months ago

I'd like to be able to show a divider only between items, not also at the end. I don't see an option to do this.

image

khiemk31 commented 5 months ago

same issues :(

khiemk31 commented 5 months ago

@chrisfougner hey bro i can fix that issues with : rowStyle={{ borderBottomWidth: 0, }}

chrisfougner commented 5 months ago

Yeah that applies it to all rows, and removes the divider everywhere. I only want it removed from the very last row.

AdelRedaa97 commented 3 months ago

Fixed in v4.0 take a look at the changes made in v4.0 https://github.com/AdelRedaa97/react-native-select-dropdown?tab=readme-ov-file#-major-changes

Feel free to open the issue again if it still exists