Sam Lanning
8f830ec366
fix inconsistent component state updates
React component state updates using setState may
asynchronously update this.props and this.state, thus it is
not safe to use either of the two when calculating the new
state passed to setState, and instead the callback-based
variant should be used instead.
6 years ago
zombiej
cf43c19a80
use new lifecycle method of Cascader
ref #9792
6 years ago
afc163
a2a016d8cf
:globe: fix cascader locale, close #13486
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombieJ
9b49fb60d9
Config provider ( #12991 )
close #12985
6 years ago
zombieJ
b1d1b75a8f
Cascader support limit filtered item count ( #13206 )
close #13097
6 years ago
ztplz
6ad23c370e
Fix CI
6 years ago
afc163
e6d9a77029
Fix `filedNames` broken after 3.7.x
close #12970
6 years ago
HeskeyBaozi
2d4a6db22d
cascader: suffix -> suffixIcon
6 years ago
HeskeyBaozi
96282b1fe8
add suffix icon to cascader
6 years ago
包子熊
4eb7d8f693
Hotfix(Select) add select clear icon ( #12196 )
close #12181
6 years ago
HeskeyBaozi
726d32031f
upgrade rc-cascader
6 years ago
HeskeyBaozi
c0e365c488
use cascader expand icon
6 years ago
qliu
c6518b92aa
fix: get label should use childrenKeyName for arrayTreeFilter when us… ( #11311 )
* fix: get label should use childrenKeyName for arrayTreeFilter when use customer fieldNames otherwise It can not get correct label array
* feat: add fieldNames test case in Cascader
* fix: cli fail
* fix: cil fail again
6 years ago
afc163
db4a5edf8e
correct typo: filedNames => fieldNames
6 years ago
afc163
cde8bc8361
Selected value in Cascader should be gray when focus search input
6 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
afc163
3db0610d52
Add test case for Cascader
7 years ago
afc163
129baddc44
Remove some typescript any types of cascader
7 years ago
afc163
968488a2fa
fix: Cascader showSearch not working bug, close #10599
7 years ago
愚指导
0f7794946f
upgrade rc-cascader to 1.13.0 for support filedNames ( #10365 )
7 years ago
Wei Zhu
ecaf3a0883
Fix implicit any error for Cascader
7 years ago
Wei Zhu
9678d3fcfd
Focus && blur support ( #8204 )
* Add test for select
* Add focus() and blur() for AutoComplete
* Add focus() and blur() to Cascader
* Add focus test for input
* Add focus() and blur() for Checkbox
* Add focus() and blur() for Radio
* Add focus() and blur() for Switch
* Add blur() for TimePicker
* Add focus() and blur() to TreeSelect
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
D & R
10ab3f5187
fix flattenTree in Cascader ( #8130 ) ( #8136 )
7 years ago
afc163
59db56e953
Fix popupVisible of Cascader not working, close #8088
7 years ago
vgeyi
d64ab68adb
Cascade add prefixCls for child Input ( #7945 )
7 years ago
偏右
2bced36f0c
New component styles ( #7731 )
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
7 years ago
Wei Zhu
047f62e9b4
Mark refs to private ( #7600 )
7 years ago
Wei Zhu
4664e36fa4
refactor: input string refs to callback ( #7489 )
7 years ago
Benjy Cui
4b8a291684
fix: broken style of Cascader in Input.Group ( #6208 )
* fix: broken hover style of Cascader, close : #6202
* test: update snapshot
8 years ago
Benjy Cui
59f805d323
fix: backspace should delete character in Cascader[showSearch], close : #5340 ( #5513 )
8 years ago
HJin.me
47589ba92c
fix get(Popup|Calendar|Suggestion|Tooltip)Container ts type ( #5528 )
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
afc163
849c5fbf75
Fix getPopupContainer ts type
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
afc163
322e9efdc9
Fix getPopupContainer ts type
8 years ago
Benjy Cui
1f223d8e4c
fix: disabled option are not selectable, close : #4699
8 years ago
Benjy Cui
588f0c3d1c
chore: expose loadData for Cascader, close : #4215
8 years ago
HJin.me
0e92fa3f23
chore: improve Cascader and Tooltip's get(Popup|Tooltip)Container declaration ( #4303 )
8 years ago
Benjy Cui
1351b5da5d
refactor: remove splitObject
8 years ago
邦
764cd9439d
fix(Cascader): onChange's first parameter should be string Array #4231 ( #4232 )
8 years ago
Benjy Cui
4afb7b4b33
fix: unify selected options format, close : #4096 ( #4134 )
8 years ago
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
8 years ago
Wei Zhu
bd55d21f83
style: Fix jsx-no-multiline-js ( #3994 )
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
8 years ago
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
8 years ago
Benjy Cui
4878258f6c
refactor: ref: #3490
8 years ago
afc163
d0a6fa47a9
Fix cascader defaultValue typo, close #3470
8 years ago
afc163
6f8f7de69e
update code style
8 years ago
afc163
4936bc3735
close autoComplete in Cascader, close #3350
8 years ago