Skip to content

Commit 68cc958

Browse files
committed
Readme
1 parent 441e6f9 commit 68cc958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ class Example extends Component {
7272
labelFontSize | Text field label font size | Number | 12
7373
baseColor | Text field base color | String | rgba(0, 0, 0, .38)
7474
textColor | Text field text color | String | rgba(0, 0, 0, .87)
75-
itemColor | Dropdown item text color (inactive items) | String | rgba(0, 0, 0, .54)
75+
itemColor | Dropdown item text color (inactive item) | String | rgba(0, 0, 0, .54)
7676
selectedItemColor | Dropdown item text color (active item) | String | rgba(0, 0, 0, .87)
77+
disabledItemColor | Dropdown item text color (disabled item) | String | rgba(0, 0, 0, .38)
7778
dropdownPosition | Dropdown position (dynamic if undefined) | Number | -
7879
itemCount | Dropdown visible item count | Number | 4
7980
itemPadding | Dropdown item vertical padding | Number | 8

0 commit comments

Comments
 (0)