fix(item): do not disable entire item if there are multiple inputs (#18696)

references #18655
fixes #18670
This commit is contained in:
Brandy Carney
2019-07-02 14:45:24 -04:00
committed by GitHub
parent 1f51ab27c4
commit dfa2b13c3a
5 changed files with 236 additions and 10 deletions

View File

@ -34,7 +34,7 @@
white-space: normal;
}
:host-context(.item-interactive-disabled) {
:host-context(.item-interactive-disabled:not(.item-multiple-inputs)) {
cursor: default;
opacity: .3;
pointer-events: none;