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
314 stars 134 forks source link

Dropdown width based on current text #116

Closed derochedesign closed 1 year ago

derochedesign commented 1 year ago

Is there a way to make the dropdown width change depending on the current selected value/text?

I don't want this:

item1 v item2 longer v

i want:

item 1 v item 2 longer v

AdelRedaa97 commented 1 year ago

Width can't be based on current text because when choosing an option that has a long text width will increase too.