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

Material ComboBox bug: isEnabled is not working, always returns true #195

Closed
tbenbrahim opened this issue Feb 1, 2017 · 1 comment
Closed
Assignees
Milestone

Comments

@tbenbrahim
Copy link

cause, setEnabled does not call super.setEnabled, adding this call fixes it.
Another potential fix is to override isEnabled() to return listbox.isEnabled.

PR forthcoming

@kevzlou7979
Copy link
Contributor

Fixed via c6dc59d

@kevzlou7979 kevzlou7979 self-assigned this Feb 1, 2017
@kevzlou7979 kevzlou7979 added this to the 2.0 milestone Feb 1, 2017
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

2 participants