toystars / react-native-multiple-select

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

Add widthSelectedItems prop #82

Open maac4422 opened 6 years ago

maac4422 commented 6 years ago

This PR is to Fixes #81

Add a new property named widthSelectedItems, it's a string and can set a percent o value to width selected items, if this prop don't set, the default value is *item[displayKey].length 8 + 60**

screen shot 2018-10-12 at 9 29 52 am screen shot 2018-10-12 at 9 29 43 am

cs-manughian commented 2 years ago

@maac4422 Any update on merging this or possible workaround? Currently the text will overflow off the screen.

AugustoAleGon commented 2 years ago

I can approve it once the conflicts are solved. @cs-manughian let me know if you wanna do it.

AmitP1392 commented 1 year ago

any updates on this??