Browse Source

style: optimize select dropdown style in rtl (#23097)

pull/23108/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
2cbad48ace
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/select/index.tsx
  2. 2
      package.json

1
components/select/index.tsx

@ -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}

2
package.json

@ -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",

Loading…
Cancel
Save