fix: AutoComplete placeholder not display when disabled #402

pull/471/head
tangjinzhou 2019-01-31 10:28:30 +08:00
parent beef6c6662
commit fff0d5bf85
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
} }
&[disabled] { &[disabled] {
.disabled; .disabled;
background-color: transparent;
} }
} }