fateh999 / react-native-paper-dropdown

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

Add Boolean as acceptable `value` type in `valueList` #54

Closed bombillazo closed 1 year ago

bombillazo commented 2 years ago

We can set string and number types but at the moment we need to make arbitrary conditional statements to compare values to a string to turn them into a boolean value in our form. Would be great if the valueList value type natively supported Boolean types.

bombillazo commented 2 years ago

Made PR to cover this case: #71