afc163
e7eb8693b6
Fix snap
7 years ago
afc163
c2e91d3b22
update some demo
7 years ago
afc163
43d8c6ad37
Fix input height in AutoComplete
7 years ago
Benjy Cui
7841386fcd
fix: should close panel when click presetted ranges, close : #7747
7 years ago
afc163
f26217b36f
Tweak checkbox margin
7 years ago
afc163
fda3f6ddcd
doc: fix expandedRowRender type, close #7901
7 years ago
afc163
2a34866e83
update layout demo
7 years ago
Wei Zhu
e6b1ba6a28
Mock requests
7 years ago
vgeyi
0a6475cb0d
Badge add scrollNumberPrefixCls ( #7882 )
* badge add scrollNumberPrefixCls
* badge add scrollNumberPrefixCls
7 years ago
偏右
43362de756
Fix beforeUpload will stop uploading when return ( #7870 )
value is undefined
it should be same as rc-upload
7 years ago
偏右
b77cc6392e
Improve upload status test case ( #7869 )
* Add some companies
* test: generate snapshot in upload onChange
* change action
* upgrade travis node version
* fix ci
7 years ago
Alexander Suevalov
35b2c5e58f
Adding missing optional `Upload` property to LocaleProviderProps ( #7862 )
7 years ago
afc163
3f54dbd3d2
document dropdown menu
7 years ago
afc163
43659752d2
Fix hasFeedback icon overlap
close #7854
7 years ago
偏右
2b7a60224b
Fix upload ci ( #7849 )
* Fix upload test case
* update delay time for uploading status
7 years ago
afc163
5a5bb9c3a0
Fix upload snapshot
7 years ago
afc163
b437233467
Fix upload picture loading style
7 years ago
afc163
c3f1d0bba6
Add test case for upload
7 years ago
Wei Zhu
0d572c72a9
Add test for 9a5894c
9a5894c46e
7 years ago
afc163
712451acf7
Fix codepen demo
7 years ago
Bastian Sieker
d4c75d43a1
Fix notification ArgsProps typing ( #7834 )
* Fix notification ArgsProps typing
close #7832
* Improve notification ArgsProps typing
see #7832
* Improve notification ArgsProps typing
see #7832
7 years ago
afc163
9a5894c46e
data should be call when beforeUpload promise resolved, close #7833
7 years ago
afc163
73a4873e78
Fix focused cascader error style
7 years ago
afc163
942ea41b02
update snapshot for new jest
7 years ago
afc163
475e4ff23d
upgrade eslint-config-airbnb
7 years ago
ravirambles
8ccd02139c
update row to remove implicit any ( #7803 )
7 years ago
afc163
a4a0816e5a
code indent
7 years ago
afc163
cf788d7b4d
Fix TransferProps targetKeys inside Form decorator, close #7807
7 years ago
afc163
95c72958ca
Fix AutoCompelete layout, close #7800
7 years ago
afc163
31d0c3a49d
Fix @link-hover-decoration , close #7821 & #7531
7 years ago
Graeme Yeates
2e2acb5be9
Support customizing layout footer background ( #7818 )
7 years ago
Ffloriel
873c85cec8
Add missing disabled property ( #7805 )
- add missing disabled property on the switch documentation page
7 years ago
Remo Zumsteg
40b18343c7
Add missing forceRender to TabPaneProps ( #7801 )
7 years ago
OuYancey
88220df0fb
docs: update render result in Button ( #7802 )
7 years ago
Ffloriel
6d4e531775
form typo ( #7794 )
- remove to from 'shouldn't to use' and 'shouldn't to call'
7 years ago
afc163
185b3b1e9a
Fix FormItem error with react-hot-loader, close #7775
7 years ago
afc163
76a972e062
Fix AutoComplete snapshot
7 years ago
afc163
76a30a7686
Fix props passing of AutoComplete, ref #7742
7 years ago
Jeffrey Carl Faden
9ab9e62308
Add inputPrefixCls for Search component ( #7770 )
7 years ago
afc163
819e55e968
update snap
7 years ago
niko
9dc4102cdd
fix: should trigger onChange before beforeUpload
7 years ago
Graeme Yeates
47e3cedf86
Minor fixes for select and form en docs ( #7769 )
* Fix headers on form validateFields [ci skip]
* Include default as an option for select sizes [ci skip]
7 years ago
ddcat1115
3b6dc3f3c4
revert wrong code removing fd40643c2d
7 years ago
Wei Zhu
9b68ce020c
docs: fix table
7 years ago
Amorites
e17c8e093e
Update index.zh-CN.md ( #7755 )
7 years ago
afc163
caec11c03a
Fix snapshot
7 years ago
afc163
ca255cc547
Tweak AutoComplete input line height
7 years ago
jayberg
4acadc47b5
Avoid circular reference with infinite children ( #7742 )
Because {element} is a child of <InputElement>, we get a circular reference when also adding "element.props" to <InputElement>, as <InputElement> will be cloned to <{element}> within InputElement.tsx. As a consequence, we get an infinitive circular loop of Element->Props->Children->Element->Props->Children->Element->Props->Children->…
React seems to detect and automatically fix this infinitive loop. But when using the smaller and faster Inferno as a replacement library of React, we get a "RangeError: Maximum call stack size exceeded".
This commit fixes this bug by not attaching {...element.props} to <InputElement>.
All tests did pass and I did not notice any changes in the behaviour of the AutoComplete component. But now, AutoComplete works also with Inferno and not only with React.
7 years ago
afc163
d7eca4e151
Fix table's filter dropdown style
7 years ago
delesseps
a8cab96c13
Add maxLength attribute to Input ( #7744 )
7 years ago