afc163
9d5920b39d
doc: remove old usage instruction
6 years ago
afc163
b70360e95a
doc: improve form API documentation
6 years ago
afc163
2952a8625b
site: remove old version hint of API
6 years ago
afc163
d88a8f6920
docs: Add instruction about validateFields arguments, close #11084
6 years ago
muzea
126bb42ddd
remove deprecated prop
7 years ago
muzea
904fd0a358
form add how to get wrappedComponent's ref
7 years ago
konakona
6c0d6d302a
Add feature: can use type ReactNode for message of rules ( #10136 ) ( #10395 )
* Add feature: can use type ReactNode for message of rules (#10136 )
* fix: Replace React.Fragment to span
* Add unit test for Form (Not passed)
* fix: unit test of Form
* fix: unit test of Form & remove demo
* fix: update unit test for Form
* Refine code for Form
* Add error check for getHelpMessage
7 years ago
Wu Haotian
4ea20e696c
fix(form): fix typing for `Form.onValuesChange` ( #10231 )
7 years ago
Wei Zhu
999d6184ad
docs: Sort api table
7 years ago
Wei Zhu
9a022b8aac
docs: Update FormComponentProps import path
7 years ago
afc163
cd5761ffe6
update form doc
7 years ago
Wei Zhu
4aeb811b72
Remove deprecations ( #8351 )
7 years ago
Benjy Cui
ac463a10f2
deps: upgrade form to 2.0.0 ( #8207 )
7 years ago
Benjy Cui
16133aac65
docs: add validateMessage for createForm, close : #965
7 years ago
afc163
4999a60643
update form demo
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
monkindey
ea926fecaf
also resolve conflicted file
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
LeezQ
6954c3506c
docs: add typescript demo ( #7330 )
* feat: add typescript demo
add form typescript demo code
* Update index.zh-CN.md
* add TypeScript demo code
add TypeScript demo code
* Update index.en-US.md
* Update index.zh-CN.md
* Update index.en-US.md
7 years ago
Tao
62b72d6c51
modify `参数` to `方法` ( #7294 )
* modify `参数` to `方法`
* modify `Property` to `Method`
* dummy copy-paste
7 years ago
Benjy Cui
2268418a97
docs: add docs for validateFields, close: ##7287
7 years ago
afc163
fcb935b101
improve form doc
7 years ago
Benjy Cui
02daedd67b
docs: add missing doc for Form, close : #6959
7 years ago
Benjy Cui
8e496966cf
docs: update docs for Form
7 years ago
afc163
e6554e7edb
update form document
7 years ago
Benjy Cui
11626decfe
chore: update docs for Form.Item and fix edge case, close : #6113
8 years ago
MeiLin
01a75428d6
docs: fix typo ( #5980 )
8 years ago
afc163
03e9a97e2b
typo
8 years ago
afc163
0be0843ef0
fix whitespace required, close #5418
8 years ago
afc163
93ec71ea58
fix whitespace required, close #5418
8 years ago
afc163
a5b47f9e49
update form docs
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
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
zollero
e7cb0aa95d
docs: fix typo ( #4855 )
修改一个错别字:“通” --》 “同”
8 years ago
Benjy Cui
184c4f5af7
docs: update docs for Form, ref: #4093
8 years ago
Benjy Cui
c88cdc60ce
docs: update docs for form, close : #4802
8 years ago
Penghan Wang
8a412ae260
doc: improve document for Form validateFields ( #4730 )
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
偏右
6e3565b983
Add Form[hideRequiredMark] ( #4500 )
* Add Form[hideRequiredMark]
* omit hideRequiredMark
* Add test case for Form[hideRequiredMark]
8 years ago
Hans Chan
927581bb84
docs: add property `colon` for Form.Item ( #4505 )
* docs: 修改错别字
* docs: add property `colon` for Form.Item
`colon` is available since 2.0.0-beta.1
8 years ago
Tao Zhang
477fde8b7f
docs: Updated form description ( #4574 )
8 years ago
wallverb
a47c200f7c
Fix validateTrigger type ( #4536 )
* Update validateTrigger type
* Update validateTrigger doc for en-US
* Update validateTrigger doc for zh-CN
8 years ago
Benjy Cui
5fd3baaff0
docs: update outdated docs
8 years ago
Benjy Cui
f436b5c2f4
deps: upgrade rc-form, close : #4374
8 years ago
Hans Chan
ef6c19e97b
docs: add property `colon` for Form.Item ( #4505 )
* docs: 修改错别字
* docs: add property `colon` for Form.Item
`colon` is available since 2.0.0-beta.1
8 years ago
afc163
657c707a79
Hide useless prop Form[horizontal]
8 years ago
afc163
9df1eb91db
Add form layout demo and fix vertical form style
8 years ago
偏右
e4bee3425a
Upgrade rc form ( #4430 )
* support nested form item name by upgrade rc-form
react-component/form#48
* Fix dynamic form demo
8 years ago
afc163
d570d03698
improve document for Form setFields, close #4370
8 years ago