-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable individual drop down item #111
Comments
I am also facing the same issue, referred to the example which is using I have used a trick to do that which is: Hence there no way to stop selecting a disable item here. |
I am also facing same issue. How we can disable an item in dropdown. |
Anyone able to successfully disable individual drop down item? I can't get it to work. i tried using propsExtractor but the props value only return undefined. Please help |
I am also facing the same issue. Plz help |
You can disable individual items using propsExtractor. For instance I used this method to disable items with a falsy value. propsExtractor={item => { |
The above works to disable items. However if you are looking to scroll, the disabled items don't respond to dragging. |
I see in the documentation that there is the disabledItemColor prop, but how do you disable an individual drop down item?
The text was updated successfully, but these errors were encountered: