Commit Graph

1250 Commits

Author SHA1 Message Date
二货机器人
356812627f
fix: Collect FormItem errors should be sync with state (#25737)
* passing error logic

* fix: Collect FormItem errors should be sync with stat
2020-07-21 20:51:36 +08:00
二货机器人
9728b9cc15
fix: FormItem with noStyle passing error logic (#25734) 2020-07-21 17:49:10 +08:00
偏右
5ac3313b7f
fix: Form control clear icon position (#25728)
* fix: Form control clear icon position

close #23430

* 🆙 eslint-plugin-unicorn
2020-07-21 16:18:31 +08:00
zhangchen
51fa6fbdc4
fix: offset in FormItem's labelCol isn't work if layout is vertical (#25713) 2020-07-21 10:15:29 +08:00
zhangchen
fb869021aa
fix: Form.Item with help should display error style when validate failed (#25582)
* fix: Form.Item does not display validation message when set help

* fix: Form.Item does not display validation message when set help

* update: code style
2020-07-13 12:02:15 +08:00
偏右
9febbca3fe
docs: 📔 Update customize-theme.zh-CN.md (#25540)
* Update customize-theme.zh-CN.md

* test:  update snapshot
2020-07-09 15:16:49 +08:00
Amumu
b3a7ed5575
fix typo (#25525) 2020-07-09 10:24:41 +08:00
二货机器人
24abadd994
fix: preserve warning in Gorm.Item (#25518) 2020-07-08 23:43:26 +08:00
zombiej
0b7271767e docs: Add FAQ about Form.Item name array rule
close #25508
2020-07-08 23:00:35 +08:00
xrkffgg
22d4dbbe99
docs: reduce demo cascader/checkbox/form/inputno (#25484) 2020-07-07 22:06:00 +08:00
07akioni
0ba2f830ac
test: update snapshots (#25469) 2020-07-07 15:38:09 +08:00
Kurt Furbush
20c2a6703f
Grammar (#25436) 2020-07-06 10:27:31 +08:00
07akioni
a4712a8f67
docs: add debug on form/disabled-input-debug (#25413) 2020-07-03 16:23:52 +08:00
afc163
d2d8c67e5a chore: update form demo 2020-07-03 11:25:34 +08:00
07akioni
7348baa6fb
fix: shouldn't set input-bg inside a error form item (#25385)
* fix: fix: shouldn't set input-bg inside a error form item

* chore

* test: update snapshots

* Update disabled-input-debug.md

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-07-02 22:16:15 +08:00
afc163
7b9231afc0 revert #25336 mistake 2020-07-01 14:13:47 +08:00
偏右
5b7104cc9d
fix: Form.Item hidden no working (#25336)
close #25335
2020-07-01 14:12:35 +08:00
xrkffgg
04b728e6f5
docs: format api cascader/datepicker/form (#25307) 2020-06-30 16:36:58 +08:00
07akioni
53b232de29
fix: FormItem help message's animation has no deadline (#25297) 2020-06-30 13:37:39 +08:00
07akioni
5c72186899
fix: InputNumber max prop has no default value (#25243)
* fix: InputNumber max prop has no default value

* docs: enUS ref links

* docs: typo fix

* test: snapshots
2020-06-29 11:07:56 +08:00
07akioni
cefcaac37d
Merge branch 'feature' into resolved-master-for-feature 2020-06-28 20:06:37 +08:00
xrkffgg
a754d9f60a
docs: fix form context demo rtl (#25249)
* docs: fix form context demo rtl

* fix
2020-06-28 16:03:56 +08:00
二货机器人
67513cc71b
fix: Select icon interactive (#25212)
* fix: Select icon interactive

* updat snasphot
2020-06-24 23:28:54 +08:00
二货机器人
de2691247c
feat: support preserve (#25186) 2020-06-24 11:36:25 +08:00
偏右
da353e8199
docs: 📝 Add Form.Item hidden in doc (#25108)
close #25101
2020-06-19 14:03:16 +08:00
afc163
bbc95a12a4 merge feature into master-to-merge-feature 2020-06-19 13:22:11 +08:00
xrkffgg
a5f3ac8348
docs: unite boolean in site (#25058)
* docs: unite boolean in site

* fix demo

* fix boolean

* add

* add

* add
2020-06-17 23:18:14 +08:00
骆也
8e9ca06924
chore: update Form.Item children type (#25045)
`children` 为非必选 `props`,且 `React` 最佳实践推荐不要在 `props` 中传入 `children`,而是嵌套使用
2020-06-17 17:10:41 +08:00
偏右
b6cf00aded
Merge pull request #24985 from ant-design/master
chore: merge master into feature
2020-06-14 23:29:07 +08:00
二货机器人
0f46173410
fix: Form.validateTrigger not work (#24979)
* fix: Merged validateTrigger

* test case
2020-06-14 14:15:17 +08:00
二货机器人
ada59b9d37
fix: Field id (#24929) 2020-06-11 22:25:58 +08:00
zombiej
cbeecdc41f merge master 2020-06-11 10:38:50 +08:00
二货机器人
a9a651ffd5
fix: Form List warning (#24867)
* fix: Form List warning

* clean reaf
2020-06-09 18:10:43 +08:00
偏右
25f19771ea
Merge pull request #24839 from ant-design/master
chore: merge master into feature
2020-06-08 18:33:02 +08:00
二货机器人
e46d414b11
feat: form instance support getFieldInstance (#24711)
* support getFieldInstance

* update doc

* fix lint

* move func

* move into hooks

* update ref logic

* fix lint

* rm only

* fix docs
2020-06-05 18:06:52 +08:00
Arvin Xu
dda650cc7b
docs: Update components cover (#24744)
* docs: Update components cover

#24629

* docs: Update components cover
2020-06-05 13:50:09 +08:00
zombiej
f263102500 docs: Update Form add usage desc 2020-06-03 10:40:12 +08:00
Tom Xu
639ef9f570
docs: improve form validate rule (#24641)
* docs: improve form validate rule

* improve docs
2020-06-01 14:25:01 +08:00
偏右
882cec62d6
docs: 🌈 Add Components overview page (#24491)
* docs: Add components overview page

* fix detail

* remove ContributorsList form overview page

* fix components url

* improve code style

* remove extra file

* fix detail

* fix lint

* fix lint

* docs: Finish components overview page

* fix lint

* docs: Update cover

* fix lint

* update cover

* update menu

* improve overview page

* refactor code

* fix order

* update title

* add components count

* fix overview page ssr bug

* move less file

* update title margin

Co-authored-by: arvinxx <arvinx@foxmail.com>
2020-05-31 11:48:34 +08:00
Artem
d8d48487b0
chore: export RuleObject and RuleRender types from Form (#24541)
* Fix Table type

* Add: export RuleObject and RuleRender

Co-authored-by: soroka_av <soroka_av@st.by>
2020-05-30 23:28:11 +08:00
afc163
d039e32e6b merge feature into master-to-merge-feature 2020-05-28 15:30:36 +08:00
二货机器人
cf401f73c8
fix: Form flex inline style (#24531) 2020-05-28 12:47:37 +08:00
偏右
4b485d393b
Merge pull request #24436 from ant-design/master
chore: merge master into feature
2020-05-25 11:50:02 +08:00
cieldon32
b0b619c877
fix: solve the problem of overlapping elements (#24128)
* fix: solve the problem of overlapping elements

* fix:  Expected flex to come before flex-grow in group Box Model

* fix: flex: none

* fix: modify the label's style

Co-authored-by: 夏芸 <xiayun@xiayundeMacBook-Pro.local>
2020-05-25 09:49:55 +08:00
偏右
ae8603838a
Merge pull request #24371 from ant-design/master
chore: merge master into feature
2020-05-21 23:41:37 +08:00
afc163
61378e4605 docs: 📖 update ScrollOptions link 2020-05-21 11:32:45 +08:00
afc163
d6d485b72d merge feature into master-to-merge-feature 2020-05-19 18:25:51 +08:00
二货机器人
75b090aff3
fix: Switch trigger motion (#24254)
* init fix

* fix rtl

* clean up

* update snapshot

* fix style lint

* add motion of inner

* update un-checked focus style
2020-05-18 17:31:46 +08:00
偏右
02dccd9643
Merge pull request #24185 from ant-design/master
chore: merge master into feature
2020-05-15 17:40:05 +08:00
偏右
8497e54e39
docs: 📖 keep documentation up to date (#24184)
* docs: remove babel-plugin-import from docs

* docs: react-scripts-rewired + customize-cra => craco

* docs: remove babel-plugin-import

* fix remark link
2020-05-15 17:18:55 +08:00