afc163
9a5894c46e
data should be call when beforeUpload promise resolved, close #7833
7 years ago
Wei Zhu
2fb304e270
Ignore package-lock.json
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
afc163
cf6dfac206
Fix codepen demo for react 15 compatibility, close #7808
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
afc163
eb4659c409
typo
7 years ago
henryv0
ac33baf940
Makes grammatical and typo fixes to the React Docs. ( #7819 )
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
Wenchao Hu
084d4e6d49
修正错别字 ( #7774 )
7 years ago
afc163
1a505e8fb0
Merge branch 'master' of github.com:ant-design/ant-design
7 years ago
Jeffrey Carl Faden
9ab9e62308
Add inputPrefixCls for Search component ( #7770 )
7 years ago
afc163
819e55e968
update snap
7 years ago
afc163
22860b9e87
2.13.4
7 years ago
偏右
44da4049f6
Changelog for 2.13.4 ( #7785 )
* changelog for 2.13.4
* emojis
* Add english changelog
* emojis
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
778758944
4e726fdfd7
修复disabledTime interface定义错误 ( #7740 )
7 years ago
afc163
9f017bc5ae
Fix mention error style
7 years ago
afc163
ccf507b603
update mention demos
7 years ago
afc163
f545e52ec5
Fix dropdown menu group title style
7 years ago
afc163
8026020dd4
Fix column sorter icons style
7 years ago
afc163
463a5db9ba
Fix transfer checkbox padding
7 years ago
thegatheringstorm
10f6907da4
Fix: Upload Use object destructuring instead of creating temporary references for onRemove. ( #7726 )
7 years ago
afc163
3118e2898e
Fix broken small pagination via #7634's fix
7 years ago
Miaow
6c38ca62c6
update get started doc port ( #7729 )
7 years ago
偏右
14b44c880e
Update utils.jsx
7 years ago
afc163
8bff515287
Merge branch 'master' of github.com:ant-design/ant-design
7 years ago
afc163
fd40643c2d
Remove unused code
7 years ago
Guan Yu Pan (Jacky)
c30c156c56
upgrade rc-animate to 2.4.1 ( #7724 )
7 years ago