fateh999 / react-native-paper-dropdown

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

Doesn't select on Web #29

Closed conor909 closed 1 month ago

conor909 commented 3 years ago

This doesn't work for web, unless you add the following code to the Menu.Item on line 98

onPress={() => { if(!multiselect) { setActive(_item.value)} }} />