二货机器人
beeaf2d221
docs: More info about useWatch ( #35039 )
...
* docs: more about useWatch
* test: Update test case
* docs: more info
* docs: more & more
* feat: add useFormInstance
* chore: add version info
2022-04-15 15:51:09 +08:00
Zach Bird
1042829e49
fix: Form doc "resetFields" args type ( #34262 )
2022-03-02 17:39:42 +08:00
afc163
e7f23592bc
feat: support Form labelWrap ( #33048 )
...
* feat: form label can be wrap
* fix api doc
* fix ts
2021-11-26 18:15:59 +08:00
zombiej
dd46fbbf42
docs: Update Form doc. close #31265
2021-09-15 18:09:02 +08:00
afc163
b56f6110fa
merge feature into master
2021-08-16 14:42:04 +08:00
zombiej
f8dc2231d5
docs: Fix Form.List operation doc table
2021-08-10 15:41:38 +08:00
afc163
c3eda10999
chore: sync feature into master
2021-07-12 19:28:42 +08:00
afc163
7b16310699
docs: add instruction about form rule whitespace
( #31329 )
...
close #31325
close #31287
2021-07-09 11:10:10 +08:00
afc163
993b934c7f
merge feature into master
2021-06-29 17:09:39 +08:00
Jiehui
92f573e2ee
docs: Update the instance description of FormInstance ( #31106 )
2021-06-23 19:46:58 +08:00
二货机器人
7a3bf8287f
feat: Form rule
support warningOnly
that not block form submit ( #30829 )
...
* chore: bump rc-field-form
* docs: Demo driven
* refactor: Use event instead
* chore: collection logic update
* chore: clean up
* chore: show warning
* chore: warning no need required mark
* feat: warning example
* docs: mix error
* chore: tmp list
* chore: magic code
* chore: fix motion
* chore: fix style
* chore: clean up useless code
* chore: RM useless import
* chore: RM useless file
* test: Update snapshot
* chore: Should reset
* fix: Memo logic
* fix: Form basic test case
* fix: lint
* chore: back of ref
* test: Update snapshot
* test: RM ueseless test case
* chore: RM useless code
2021-06-04 14:44:41 +08:00
itibbers
c95e72cb3c
docs: add version of Form.Item hidden ( #30134 )
2021-04-14 09:34:05 +08:00
zombiej
bbbb7f573c
docs: Update from faq
2021-04-12 17:48:28 +08:00
Zack Amiton
d65141d79c
docs: Minor grammar/spelling tweaks to Form english docs ( #29636 )
...
* Minor grammar/spelling tweaks to Form english docs
* Update components/form/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
2021-03-06 11:48:05 +08:00
Tom Xu
e5d908a078
docs: format api ( #29537 )
2021-03-01 19:20:48 +08:00
zj9495
f77a9ac402
docs: add missing docs for array rule ( #28437 )
...
* docs: add missing docs for array rule
* update docs
* update docs
2021-02-04 22:04:34 +08:00
二货机器人
15a9947f87
docs: Improve fields value ( #29075 )
2021-01-27 17:48:43 +08:00
Tom Xu
db7c425663
Merge pull request #28381 from ant-design/master
...
chore: merge master into feature
2020-12-16 15:24:20 +08:00
afc163
9948d2f3e6
docs: add FAQ about custom form control
...
close #27994
close #24373
2020-12-15 20:14:09 +08:00
二货机器人
857cbe1b23
fix: Fixed columns z-index issue ( #28346 )
...
* fix: Fixed columns z-index issue
* fix lint
2020-12-14 16:04:23 +08:00
Kermit
b68ffc6068
docs: optimize trigger of Form.Item ( #28197 )
...
* docs: optimize trigger of Form.Item
* docs: update Form.Item
2020-12-14 11:54:06 +08:00
vouis
c4bb71c599
feat: change type from ScrollLogicalPosition to Options ( #28324 )
2020-12-11 23:25:21 +08:00
vouis
6426dbdfa4
feat: Form scrollToFirstError support ScrollLogicalPosition ( #28272 )
...
* feat: Form scrollToFirstError support ScrollOptions type
* feat: Form scrollToFirstError add boolean type
* Apply suggestions from code review
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
2020-12-11 14:35:46 +08:00
aLIEzsss4
6ef5eb1665
docs: fix Form errorFields name ( #28270 )
2020-12-09 14:41:25 +08:00
Tom Xu
03909941b8
docs: fix tree api and improve other api ( #28264 )
2020-12-09 09:54:44 +08:00
zombiej
97906a5ec3
docs: Add FAQ about normalize
...
close #28129
2020-12-07 11:09:01 +08:00
Johnny Lim
273ab186da
docs: fix typo ( #28164 )
2020-12-03 13:45:27 +08:00
Debiancc
ca5b47f674
fix: Add type of initialValue prop to Form.List ( #28153 )
...
* fix: Add type of initialValue prop to Form.List
* Update index.zh-CN.md
* Update index.en-US.md
2020-12-02 21:28:46 +08:00
Liming Jin
83e52a9555
docs: supplement Form.List errors ( #28117 )
2020-12-01 18:55:40 +08:00
二货机器人
8e3c828c9f
feat: Form.List support initialValue
( #27872 )
...
* feat: upport initialValue List
* docs: Update doc
2020-11-19 14:29:57 +08:00
Tom Xu
d44f404eae
docs: sort api ( #27251 )
...
* chore: improve sort api table scripts
* sort api
* add ignore
* Revert "sort api"
This reverts commit 343505d5f0
.
* sort api
* Update package.json
* sort api
* Delete sort-api.js
* sort api
* sort api
* sort api
* fix
* Update index.zh-CN.md
* fix input-number
* fix input-number
* sort func
* fix
* Method moved to the end
* carousel method
2020-10-21 10:33:43 +08:00
afc163
679f0529fa
docs: 📝 fix Form API table, close #27078
2020-10-10 23:12:34 +08:00
偏右
0fec3aa602
Merge pull request #27064 from ant-design/feature
...
chore: merge feature into master
2020-10-10 14:13:11 +08:00
zombiej
5909a4dae5
docs: Update form rule enum desc
2020-10-10 14:01:39 +08:00
二货机器人
dcd97ca46e
Merge pull request #27055 from ant-design/master
...
chore: Feature merge master
2020-10-09 17:28:17 +08:00
Tom Xu
5f2588ffd1
docs: improve api type docs ( #27038 )
2020-10-09 10:08:52 +08:00
zombiej
40c8fb8363
chore: merge master
2020-09-24 15:26:37 +08:00
二货机器人
80d36fb0ae
docs: Add Form.List deps faq ( #26873 )
2020-09-23 22:24:09 +08:00
zombiej
8e14a9ce9c
docs: Update Form labelCol & wrapCol desc
...
close #26770
2020-09-22 16:58:41 +08:00
二货机器人
b08b759ff4
feat: Form.Item support tooltip
( #26780 )
...
* feat: Support tooltip
* update test case
* update snapshot
* update doc
* fix lint
* support icon
* tmp use @text-color-secondary
2020-09-17 17:11:45 +08:00
偏右
0067b923b9
Merge pull request #26738 from ant-design/master
...
chore: merge master into feature
2020-09-14 19:02:34 +08:00
二货机器人
1faabb219d
feat: Form.List support rules ( #26676 )
...
* Add ErrorList component
* move class to ErrorList
* support cache of status
* update doc
* update snapshot
* patch test case
* clean up
* docs: add faq
2020-09-11 21:27:51 +08:00
Sam Kah Chiin
4270fc7e12
[Chore] Fix typo in index.en-US.md ( #26703 )
2020-09-11 16:47:47 +08:00
Tom Xu
faa534c1c0
feat: form support messageVariables ( #26597 )
...
* feat: form support labelInMessage
* add doc
* change to messageVariables
* Update demo.test.js.snap
* feat: form support labelInMessage
* add doc
* change to messageVariables
* Update FormItem.tsx
* docs: add messageVariables use
2020-09-10 21:00:21 +08:00
zombiej
9663b24216
docs: Update requiredMark doc desc
2020-09-03 17:44:50 +08:00
zombiej
04d7a81ff7
docs: Update Form FAQ
2020-08-25 11:27:01 +08:00
二货机器人
60771a0f61
feat: Support requiredMarkType ( #26309 )
...
* feat: support requreidMarkType
* docs: Update doc desc
* fix lint
* use requiredMark instead
* not change className
* fix ts
* update test case
* rtl style
* fix rtl
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
2020-08-21 12:58:14 +08:00
zoomdong
39f1126315
feat: Form.List add() support index param ( #26081 )
...
* feat: Form.List add() support index param
* update test case
* update
2020-08-12 19:13:44 +08:00
xrkffgg
c5a7f031e4
docs: format api ( #25973 )
2020-08-03 15:01:16 +08:00
zoomdong
b814270983
feat: update rc-field-form@1.8.0 and support remove use array in Form.List ( #25638 )
...
* feat: update rc-field-form@1.8.0 and support remove in Form.List use array
* feat: update readme
* feat: fix add function
* update
* update version
* update version
* update version
2020-07-15 22:17:17 +08:00