Commit Graph
54 Commits
Author SHA1 Message Date
neverlandandGitHub dc3fee12c1 chore: fix prettier version (#7739)
* chore: fix prettier version

* docs: fix
2020-12-14 17:04:43 +08:00
chenjiahan 2206e77cc5 docs: update links 2020-10-24 17:25:35 +08:00
neverlandandGitHub 8d2c4b1e46 feat(CollapseItem): add toggle method (#7281)
* feat(CollapseItem): add toggle method

* chore: update doc
2020-09-29 20:49:22 +08:00
chenjiahan a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
neverlandandGitHub 1e07fce513 docs(Form): add validate-trigger detail (#7251) 2020-09-26 15:03:58 +08:00
neverlandandGitHub 0a837e49a9 docs(Form): fix Area demo (#7249) 2020-09-26 14:31:50 +08:00
neverlandandGitHub 49e92757cb docs(Form): fix missing onSubmit validate-trigger (#7180) 2020-09-14 12:00:27 +08:00
neverlandandGitHub 53e64d229f fix(Field): can't display six characters in iOS (#6743) 2020-07-09 14:39:07 +08:00
neverlandandGitHub 49a9bcdaf2 style(Field): label width use em unit (#6589) 2020-06-21 21:36:22 +08:00
neverlandandGitHub e1f67fa898 style(Field): label width adjusted to 84px (#6583) 2020-06-20 16:56:25 +08:00
neverlandandGitHub 877ebd6054 feat(Form): add submit-on-enter prop (#6336) 2020-05-21 19:21:49 +08:00
neverlandandGitHub 96ef2557c2 feat(Form): scrollToField can scroll to bottom (#6335) 2020-05-21 19:15:50 +08:00
chenjiahanandneverland 7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan 7cff3de052 docs(Form): fix show-error version tag (#6012) 2020-04-08 13:20:54 +08:00
neverlandandGitHub 6ce940d0db feat(Form): add show-error prop (#5941) 2020-03-29 15:28:35 +08:00
neverlandandGitHub 529457cbb6 feat(Form): add show-error-message prop (#5927) 2020-03-27 15:26:16 +08:00
chenjiahan 7bfc1a6616 docs(Form): fix missing quote (#5820) 2020-03-14 18:39:08 +08:00
chenjiahan 0a1f928404 docs(Form): add button type faq 2020-03-12 12:09:27 +08:00
chenjiahan 961bf9cccb feat(Form): rule message can be function (#5704) 2020-02-26 20:49:45 +08:00
chenjiahan 7344389535 feat(Area): add title slot (#5719) 2020-02-25 19:20:29 +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
陈嘉涵 3cb84e1a4e docs(Form): add validator version tag 2020-02-21 20:52:03 +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
陈嘉涵 e5097dba9f docs(Form): add data structure of Rule 2020-02-20 10:09:25 +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
陈嘉涵 d80bbf64dd types(Form): add type definition 2020-02-13 20:36:18 +08:00
陈嘉涵 2970599c27 test(Form): add test cases of props 2020-02-13 19:59:10 +08:00
陈嘉涵 5d24a57fee feat(Form): input-align works for input slot 2020-02-13 16:49:30 +08:00
陈嘉涵 2afb8a79c0 feat(Form): add error-message-align prop 2020-02-13 16:34:56 +08:00
陈嘉涵 55fa975141 feat(Form): add label-width prop 2020-02-13 16:28:58 +08:00
陈嘉涵 7a9d1d7ab6 feat(Form): add input-align prop 2020-02-13 16:25:42 +08:00
陈嘉涵 f1e25123a3 feat(Form): add label-align prop 2020-02-13 16:00:50 +08:00
陈嘉涵 fbe3d20558 feat(Form): add submit method 2020-02-13 15:43:11 +08:00
陈嘉涵 7b200d0053 feat(Form): improve validate、validateField method 2020-02-13 15:36:28 +08:00
陈嘉涵 b4d117f59d feat(Form): add validateField method 2020-02-13 15:10:50 +08:00
陈嘉涵 1095e36bc3 docs(Form): add basic API description 2020-02-13 11:16:21 +08:00
陈嘉涵 567c161c06 docs(Form): optimize details 2020-02-12 17:41:38 +08:00
陈嘉涵 57d59e8a86 docs(Form): add async validation document 2020-02-12 17:27:29 +08:00
陈嘉涵 080d1828c8 feat(Form): support async validation 2020-02-12 10:38:05 +08:00
陈嘉涵 0ed7aaac88 feat(Field): support validator in rules 2020-02-11 16:29:35 +08:00
陈嘉涵 e93fcb0603 fix(Calendar) should not submit form 2020-02-11 15:49:51 +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