fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

How to change the width of this component? #13

Closed SEALXD closed 3 years ago

SEALXD commented 3 years ago

How to change the width of this component?

fateh999 commented 3 years ago

Do you mean the width of input or the popup? As currently no width is provided to it, it fills up the space, so if you want a specific width wrap it in a View and pass width to it.