TomIsion
44005529db
getPopupContainer callback param should be optional
6 years ago
信鑫-King
8896f7b4af
feat: select border less param ( #14348 )
6 years ago
ztplz
0b8fadd24c
Update
6 years ago
ztplz
ab2dd31087
Add types for warning
6 years ago
zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago
诸岳
470a4e03a2
docs: Add version description about Select[onDropdownVisibleChange]
6 years ago
zombieJ
b826ecf849
add miss style deps ( #14214 )
close #14204
6 years ago
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
6 years ago
zombieJ
2164c58198
New Component: Empty ( #13651 )
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
afc163
3a25ef8d14
💄 Fix lgtm alerts
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
6 years ago
偏右
a127ba6789
Update index.tsx
6 years ago
sylvanasGone
b71301b65f
fix: add missing parameter
6 years ago
陈帅
daca08b6f1
merge master
6 years ago
Sergey Volynkin
d554fa82a4
snapshots update
6 years ago
Sergey Volynkin
cc9b09df13
improved description on Chinese, small refactor at the map func
6 years ago
Sergey Volynkin
0d246d38bc
Add "Hide Already Selected" example for Select component
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
afc163
49f227be9b
📝 fix duplicated dropdownRender in doc
6 years ago
amedora
0aeb9a356b
use color definitions insted of numbers
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
ycjcl868
dc8ebef321
📝 Changelog and select docs
6 years ago
zombiej
9ed04cb0e7
fix eslint
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
afc163
e1d3d2b3e1
✨ Add `dropdownRender` `loading` for Select
close #10831
close #7988
close #13151
close #11225
close #9888
6 years ago
zombieJ
9b49fb60d9
Config provider ( #12991 )
close #12985
6 years ago
zombiej
72d08b3828
Select support `dropdownRender`
close #10831
6 years ago
Wei Zhu
ab6c44dd1f
types: add generic type for Select[value]
usage:
const handleChange = (value: string) => {}
<Select<string> onChange={handleChange} >
6 years ago
zombiej
b28b7a72a8
update test case
6 years ago
afc163
6f98969dc0
🐛 Fix case sensitive module path
6 years ago
Joao Rabelo
4f51ff5277
Adding rcselect 'showAction' to AbstractSelectProps to avoid linting errors when used through antd Select component
The usage of this prop was discussed over #6873
6 years ago
afc163
cd8502a864
✅ Add test case
6 years ago
Cheng Liu
c79d69275b
✅ update test demo snapshots
6 years ago
Cheng Liu
b979c34420
💄 pass the specified class to custom icon as well
6 years ago
Cheng Liu
0d7963236c
feat(select): customize remove/clear/menuItemSelected icons
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
zombiej
301c97d61c
fix onPopupScroll def. ref #12913
6 years ago
LLinFan-
bbd9556801
update select props :onPopupScroll
update select props type:onPopupScroll
6 years ago
MuYu
72a6febcc4
fix: select type definition ( #12865 )
* fix: select type definition
* fix: wrapPicker type definition
* fix: select type definition
6 years ago
hengkx
e1db20c25b
fix #12758
6 years ago
hengkx
78f6bb769d
Revert "fix #12758 multiple Select drop-down bug when set dropdownMatchSelectWidth"
This reverts commit 6fcdce97f2
.
6 years ago
hengkx
795370d0ea
fix #12758 multiple Select drop-down bug when set dropdownMatchSelectWidth
6 years ago
Dimitri Mitropoulos
8eaf66be0e
adds missing Select.Option type for style ( #12609 )
6 years ago
afc163
c4b3e7e58e
deme: improve demo code style
6 years ago
afc163
996ee9c0a2
demo: make select demo width adapted
6 years ago
Ilan
b447ab0a26
🌐 update select zh-CN.md
6 years ago
Ilan
bd2a58f745
✏️ updating select option types
6 years ago
Johannes Loewe
0126c63b2d
fix #11312 : add autoClearSearchValue to AbstractSelectProps ( #12473 )
- 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.
6 years ago