xrkffgg
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
components/select/index.tsx
-
package.json
|
|
@ -147,6 +147,7 @@ class Select<ValueType extends SelectValue = SelectValue> extends React.Componen |
|
|
|
listItemHeight={listItemHeight} |
|
|
|
mode={mode} |
|
|
|
prefixCls={prefixCls} |
|
|
|
direction={direction} |
|
|
|
inputIcon={suffixIcon} |
|
|
|
menuItemSelectedIcon={itemIcon} |
|
|
|
removeIcon={removeIcon} |
|
|
|
|
|
@ -123,7 +123,7 @@ |
|
|
|
"rc-progress": "~2.5.0", |
|
|
|
"rc-rate": "~2.5.1", |
|
|
|
"rc-resize-observer": "^0.2.0", |
|
|
|
"rc-select": "~10.1.0", |
|
|
|
"rc-select": "~10.2.0", |
|
|
|
"rc-slider": "~9.2.3", |
|
|
|
"rc-steps": "~3.5.0", |
|
|
|
"rc-switch": "~1.9.0", |
|
|
|