diff --git a/docs/en-US/component/select-v2.md b/docs/en-US/component/select-v2.md index caccfc78e6..bb73988be6 100644 --- a/docs/en-US/component/select-v2.md +++ b/docs/en-US/component/select-v2.md @@ -135,7 +135,7 @@ select-v2/remote-search | value-key | unique identity key name for value, required when value is an object | string | — | value | | size | input box size | string | large/default/small | default | | clearable | whether select can be cleared | boolean | — | false | -| clear-icon | custom clear icon | string / component | — | CircleClose | +| clear-icon | custom clear icon | string / Component | — | CircleClose | | collapse-tags | whether to collapse tags to a text when multiple selecting | boolean | — | false | | collapse-tags-tooltip | whether show all selected tags when mouse hover text of collapse-tags. To use this, `collapse-tags` must be true | boolean | true / false | false | | multiple-limit | maximum number of options user can select when multiple is true. No limit when set to 0 | number | — | 0 | @@ -153,7 +153,6 @@ select-v2/remote-search | persistent | when select dropdown is inactive and `persistent` is `false`, select dropdown will be destroyed | boolean | true / false | true | | popper-options | Customized popper option see more at [popper.js](https://popper.js.org/documentation.html) | object | - | - | | automatic-dropdown | for non-filterable Select, this prop decides if the option menu pops up when the input is focused | boolean | - | false | -| clear-icon | Customized clear icon component | string / Component | — | CircleClose | | height | The height of the dropdown panel, 34px for each item | number | - | 170 | | scrollbar-always-on | Controls whether the scrollbar is always displayed | boolean | - | false | | remote | whether search data from server | boolean | — | false |