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
322 stars 139 forks source link

Make button width different from dropdown width #111

Open tech-sunvi opened 1 year ago

tech-sunvi commented 1 year ago

Hi, I love the package. Is there a way to make the button width adjust to button text width, and keep the dropdown width as is? Like on this image: image In my application, I'll have multiple selects side by side and have them all visible. But this is difficult right now as buttons take dropdown's largest item's with. Thanks.