Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

[Feature request] Add disabled option for mdl-option #657

Open
thaihacong opened this issue Apr 20, 2017 · 0 comments
Open

[Feature request] Add disabled option for mdl-option #657

thaihacong opened this issue Apr 20, 2017 · 0 comments

Comments

@thaihacong
Copy link

Hi @mseemann, currently, the module only support disabled option for mdl-select.
Could you please add disabled option for mdl-option also?

For now, I am using workaround by adding a .disabled css class to mdl-option as follow,

mdl-select {
  mdl-option.disabled {
    pointer-events: none;
    cursor: default;
  }
}

However, when I click on the disabled option, mdl-popover is still closed.

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

No branches or pull requests

2 participants