danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
206 stars 95 forks source link

Add enabled prop #39

Closed caiodeambrosio closed 1 year ago

caiodeambrosio commented 1 year ago

This pull request makes it possible to disable the drowpdown list

danish1658 commented 1 year ago

This functionality already exists, dropdownShown prop does the same

stef1103 commented 1 year ago

@danish1658 why this has been discarded? Currently there is no way to disable the select completely, disabling the "touchability"

I think it is good option to have