afc163
9089674a6f
Fix form item layout bug when zoom out, close #6097
8 years ago
Tyler
919cb22eb7
Use the prop-types package from npm instead of React.PropTypes ( #6057 )
* Use the prop-types package from npm instead of React.PropTypes
* Remove using of PropTypes from React in docs and site
8 years ago
Benjy Cui
0d672d5c2d
test: fix CI
8 years ago
kossel
169e0f9762
fix: issue 5834, autocomplete is not being decorated ( #6018 )
8 years ago
MeiLin
01a75428d6
docs: fix typo ( #5980 )
8 years ago
乐仪
5dfe86e891
fix snap
8 years ago
Graeme Yeates
297412b57c
Add a less variable to opt out of form item colons
8 years ago
afc163
03e9a97e2b
typo
8 years ago
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
8 years ago
Wei Zhu
5ddd7f847f
docs: Document customized form control
Related: #5700
8 years ago
afc163
0dc2c1771f
fix snapshot
8 years ago
Kenaniah Cerny
ed434c57e9
improves link navigation
8 years ago
Benjy Cui
ce2fe2aa45
test: add test for Modal[footer=null]
8 years ago
afc163
3bf3013239
fix warning in test
8 years ago
Wei Zhu
b8fca87461
Fix some form type definition issues ( #5560 )
Close #5515
8 years ago
Kyle Rosenberg
84baa310e2
fix: isFieldTouched and isFieldsTouched types to WrappedFormUtils ( #5537 )
* Added missing getFieldsError in WrappedFormUtils
* Added isFieldTouched and isFieldsTouched types to WrappedFormUtils interface in Form.tsx
8 years ago
afc163
d0114d8d9f
fix tslint
8 years ago
feng zhi hao
18fced672a
chore: improve Form.create ts definition of Form ( #5420 )
* improve Form.create ts definition of Form
* use function<T>() instead of arrow function
8 years ago
William Yang
3f6a4172ce
fix: #5456(Cannot display feed back icon and prefix icon together) ( #5457 )
* fix #5456
* remove demo and set z-index to 1
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
afc163
0be0843ef0
fix whitespace required, close #5418
8 years ago
afc163
a19845c1bb
fix tslint
8 years ago
feng zhi hao
637d9243ea
chore: improve Form.create ts definition of Form ( #5420 )
* improve Form.create ts definition of Form
* use function<T>() instead of arrow function
8 years ago
William Yang
6b8eeb79d1
fix: #5456(Cannot display feed back icon and prefix icon together) ( #5457 )
* fix #5456
* remove demo and set z-index to 1
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
afc163
93ec71ea58
fix whitespace required, close #5418
8 years ago
Benjy Cui
36a7ffc0d6
fix: Switch should not warning with size=large, close : #5368
8 years ago
afc163
240a93cee2
Fix mention active style
8 years ago
Qingrong Ke
8afc2e9e95
Fix 5322 ( #5379 )
* Input: fix #5322
* Refactor preSuffix to affix
* Update tests and demos
* Refactor preSuffix to affix
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
8 years ago
Benjy Cui
be13831d92
Fix upload ( #5358 )
* docs: add demo to re-produce bug
* fix: dragger should work with form decorator, close : #5334
* test: update snapshot
8 years ago
Benjy Cui
aa4606cd9f
feat: make Form.Item work with responsive layout, ref: #5296 ( #5306 )
8 years ago
afc163
a5b47f9e49
update form docs
8 years ago
afc163
a0cdce4d00
fix test case
8 years ago
Benjy Cui
228e9c0747
fix: remove Form auto-responsive layout ( #5253 )
* fix: remove Form auto-responsive layout
* test: update snapshot
8 years ago
afc163
6bca3ba87f
clean up document
8 years ago
afc163
cd2c027d89
docs: Add API document for Form validation rule
close #5201 , ref #5155
8 years ago
afc163
a7a4d672f5
update form login demo, close #5172
8 years ago
afc163
06d351f968
fix warning in test case
8 years ago
feng zhi hao
dab5f3547d
chore: improve ts definition of Form ( #5134 )
8 years ago
Benjy Cui
fb8f90c102
feat: form ( #5063 )
* feat: support Form[layout], close : #5056
* feat: Form should be responsive, close : #5055
* test: update snapshot
* fix: resolve conflict betwen layout defaultValue and inline & vertical
8 years ago
Kyle Rosenberg
aa84b826c1
chore: Added missing getFieldsError in WrappedFormUtils ( #5133 )
8 years ago
afc163
ea7dc3e56c
update docs
8 years ago
afc163
a7a2c54fa8
fix snap
8 years ago
Yogesh
0675acc3ef
Typo/grammar change ( #5117 )
8 years ago
feng zhi hao
4019ef4b0c
chore: fix hideRequiredMark ts definition of Form ( #5112 )
8 years ago
Benjy Cui
758559f718
test: update snapshots
8 years ago
Eden Wang
445c940af4
docs: Change Password Blur from password to confirm ( #5076 )
* Change Password Blur from password to confirm
If you type check password, then type password, the validation won't be changed
* rename variables and functions name
rename handlePasswordBlur to handleConfirmBlur
rename passwordDirty to confirmDirty
8 years ago
Benjy Cui
8b539c4971
chore: update type definition
8 years ago
afc163
a9599b802c
when labelCol is 24, it is a vertical form
8 years ago