46 Commits

Author SHA1 Message Date
neverland
378009fefa
style(Image): update loading icon and error icon (#6890) 2020-07-29 09:36:15 +08:00
neverland
aca86a8c21
fix(Field): failed to reset validation when message is empty (#6867)
* fix(Field): failed to reset validation when message is empty

* fix: test case
2020-07-25 09:57:48 +08:00
neverland
7b21a23cae
style(Uploader): update delete icon style (#6750)
* style(Uploader): remove round border radius

* style(Uploader): update delete icon style

* fix: snapshot
2020-07-11 10:57:04 +08:00
neverland
4b786cdba3
feat(Form): rule message can be empty (#6536) 2020-06-14 20:49:53 +08:00
neverland
bb65c62b1e
fix(Button): text not align center in legacy safari (#6325) 2020-05-20 19:22:14 +08:00
neverland
6870bdcbc2
feat(Field): add extra slot (#6290)
* feat(Field): add extra slot

* docs: remove form demo style
2020-05-16 11:18:08 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahan
b8dea3c13b fix(Form): incorrect validation order when add field dynamically 2020-04-01 21:39:08 +08:00
neverland
6ce940d0db
feat(Form): add show-error prop (#5941) 2020-03-29 15:28:35 +08:00
neverland
529457cbb6
feat(Form): add show-error-message prop (#5927) 2020-03-27 15:26:16 +08:00
chenjiahan
cc29b28c5b chore(Form): fix demo border 2020-03-13 15:28:08 +08:00
chenjiahan
7af2c99b4a fix(Stepper): skip form number validation (#5792) 2020-03-11 17:24:22 +08:00
chenjiahan
1f4ab5bb56 chore(Stepper): update snapsnot 2020-03-11 10:00:18 +08:00
chenjiahan
09ad95ca68 fix(Field): should not get formValue from button slot (#5785) 2020-03-09 19:18:16 +08:00
chenjiahan
c6791841f4 feat(Uploader): increase border-radius to 8px 2020-02-29 10:49:52 +08:00
chenjiahan
bd4e64190e feat: update upload area style 2020-02-29 10:45:28 +08:00
chenjiahan
961bf9cccb feat(Form): rule message can be function (#5704) 2020-02-26 20:49:45 +08:00
陈嘉涵
aba946f20e feat(Form): formatter add rule param 2020-02-23 19:58:37 +08:00
陈嘉涵
d878354ebf feat(Form): support rule formatter 2020-02-23 19:56:44 +08:00
陈嘉涵
1b3bcf27ee feat(Form): rule validator add rule param (#5704) 2020-02-21 20:51:28 +08:00
陈嘉涵
529e117096 feat(Form): support pattern rule (#5700) 2020-02-21 17:11:22 +08:00
陈嘉涵
d72bf8145a docs(Form): use new unified syntax for perf 2020-02-20 20:56:16 +08:00
陈嘉涵
b8818cef8c feat(Form): add scroll-to-error prop (#5680) 2020-02-20 20:15:29 +08:00
陈嘉涵
3f14795387 feat(Form): add scrollToField method (#5680) 2020-02-20 16:32:14 +08:00
陈嘉涵
9b70d1a4dc test(Form): add test case of trigger in rules 2020-02-20 10:22:14 +08:00
陈嘉涵
c08db724a3 feat(Form): add validate-trigger prop 2020-02-19 17:25:30 +08:00
陈嘉涵
9371bc06c8 feat(Form): add colon prop 2020-02-14 12:12:44 +08:00
陈嘉涵
911b6769e4 test(Form): add test cases of all field types 2020-02-14 11:11:00 +08:00
陈嘉涵
6bbeed7dd1 test(Form): improve test coverage 2020-02-14 10:53:47 +08:00
陈嘉涵
27187a2fc4 test(Form): add test cases of validators 2020-02-13 20:22:16 +08:00
陈嘉涵
a29ddf3fad test(Form): add test cases of methods 2020-02-13 20:11:57 +08:00
陈嘉涵
2970599c27 test(Form): add test cases of props 2020-02-13 19:59:10 +08:00
陈嘉涵
4e21be94c2 test(Form): add submit、failed event test cases 2020-02-13 17:29:21 +08:00
陈嘉涵
567c161c06 docs(Form): optimize details 2020-02-12 17:41:38 +08:00
陈嘉涵
f204a9871a chore(Field): split validate method 2020-02-12 17:05:23 +08:00
陈嘉涵
0ed7aaac88 feat(Field): support validator in rules 2020-02-11 16:29:35 +08:00
陈嘉涵
200da364ff feat(Form): add Calendar demo 2020-02-11 15:40:58 +08:00
陈嘉涵
fb3892e302 docs(Form): add Area demo 2020-02-11 15:24:09 +08:00
陈嘉涵
ed16eb7a59 docs(Form): add DatetimePicker demo 2020-02-11 14:45:47 +08:00
陈嘉涵
3f33b6de47 docs(Form): add Picker demo 2020-02-11 11:33:26 +08:00
陈嘉涵
de5dfe9211 docs(Form): add Field Type docs 2020-02-11 11:00:51 +08:00
陈嘉涵
c2cafe289e feat(Form): support using uploader 2020-02-11 10:21:49 +08:00
陈嘉涵
15390241d8 feat(CheckboxGroup): add direction prop 2020-02-10 19:37:52 +08:00
陈嘉涵
dc77be6f8a feat(Form): support using slider 2020-02-10 17:17:09 +08:00
陈嘉涵
1db9536182 feat(Form): support using switch 2020-02-10 16:30:17 +08:00
陈嘉涵
9326ad84f8 feat: add form component 2020-02-07 15:18:46 +08:00