mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-23 09:54:16 +08:00
0126c63b2d
- extends the interface with an optional prop that can be provided to the RcSelect First of all, thank you for your contribution! :-) Please makes sure that these checkboxes are checked before submitting your PR, thank you! * [ x ] Make sure that you propose PR to right branch: bugfix for `master`, feature for branch `feature`. * [ x ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd). * [ x ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style. * [ x ] Rebase before creating a PR to keep commit history clear. * [ x ] Add some descriptions and refer relative issues for you PR. Extra checklist: **if** *isBugFix* **:** * [ ] Make sure that you add at least one unit test for the bug which you had fixed. **elif** *isNewFeature* **:** * [ ] Update API docs for the component. * [ ] Update/Add demo to demonstrate new feature. * [ ] Update TypeScript definition for the component. * [ ] Add unit tests for the feature. This fix is related to Issue #11312 and adds the optional `autoClearSearchValue` prop which can be supplied to `RcSelect` to the Select´s props. This is not really a new feature and a relatively unsubstantial one a that, so I didn´t add a demo for it, but I could do so if that´s desirable. I updated the English API docs, but I´m not a Chinese speaker so there is no addition to the Chinese documentation. Maybe someone speaking Chinese would be willing to help out. |
||
---|---|---|
.. | ||
__tests__ | ||
_util | ||
affix | ||
alert | ||
anchor | ||
auto-complete | ||
avatar | ||
back-top | ||
badge | ||
breadcrumb | ||
button | ||
calendar | ||
card | ||
carousel | ||
cascader | ||
checkbox | ||
col | ||
collapse | ||
date-picker | ||
divider | ||
drawer | ||
dropdown | ||
form | ||
grid | ||
icon | ||
input | ||
input-number | ||
layout | ||
list | ||
locale-provider | ||
mention | ||
menu | ||
message | ||
modal | ||
notification | ||
pagination | ||
popconfirm | ||
popover | ||
progress | ||
radio | ||
rate | ||
row | ||
select | ||
skeleton | ||
slider | ||
spin | ||
steps | ||
style | ||
switch | ||
table | ||
tabs | ||
tag | ||
time-picker | ||
timeline | ||
tooltip | ||
transfer | ||
tree | ||
tree-select | ||
upload | ||
version | ||
index.tsx |