Skip to content
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

Dropdown: support disabled items #478

Closed
levithomason opened this issue Sep 8, 2016 · 1 comment
Closed

Dropdown: support disabled items #478

levithomason opened this issue Sep 8, 2016 · 1 comment

Comments

@levithomason
Copy link
Member

A SUI Dropdown item can be disabled individually.

image

http://semantic-ui.com/modules/dropdown.html#disabled

Currently, the Dropdown.Item does not support the disabled prop/className. The prop is passed directly to the underlying div as an HTML attribute instead.

jeffcarbs added a commit to jeffcarbs/stardust that referenced this issue Sep 9, 2016
jeffcarbs added a commit to jeffcarbs/stardust that referenced this issue Sep 9, 2016
levithomason pushed a commit that referenced this issue Sep 9, 2016
* feat(Dropdown): Disable dropdown item (#478)

* Prevent disabled options from being selected
@levithomason
Copy link
Member Author

Fixed in #482

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant