n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Question: I want to make some items in the dropdown list disabled user won't be able to click on it. #221

Open faisalansari97 opened 4 years ago

faisalansari97 commented 4 years ago

I have total 6 items in the dropdown list based on certain conditions i want to make 4 items disable. When it becomes disabled user won't be able to click on it and the color of the items must also change to somthing grey to show they can't be clicked or is disabled. How can this be done?