Skip to content

Commit fff0d5b

Browse files
committed
fix: AutoComplete placeholder not display when disabled #402
1 parent beef6c6 commit fff0d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/auto-complete/style/index.less

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
}
5555
&[disabled] {
5656
.disabled;
57+
background-color: transparent;
5758
}
5859
}
5960

0 commit comments

Comments
 (0)