Commit Graph
62 Commits
Author SHA1 Message Date
neverlandandGitHub 0adfe59ddc fix(Field): textarea line break failed on enter (#6263) 2020-05-12 15:47:28 +08:00
chenjiahan 09fdde8c56 fix(Field): should not submit form on enter (#6240) 2020-05-08 21:03:18 +08:00
chenjiahan a7968c5f6e feat(Field): add click-input event (#6239) 2020-05-08 20:54:31 +08:00
neverlandandGitHub e61aa29118 fix(Stepper): incorrect value when format minus value (#6238) 2020-05-07 22:15:46 +08:00
neverlandandGitHub 4adefe5605 feat(Field): add colon prop (#6195) 2020-05-01 19:31:23 +08:00
chenjiahan 2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahanandneverland b8dea3c13b fix(Form): incorrect validation order when add field dynamically 2020-04-01 21:39:08 +08:00
neverlandandGitHub 537e80e37a fix(Stepper): readonly not work in lagacy mobile safari (#5976) 2020-04-01 18:15:23 +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 f0a292134b fix(Field): should not cache input slot (#5868) 2020-03-20 14:35:52 +08:00
chenjiahan e89baa12ae feat(Field): improve number keyboard 2020-03-11 11:23:24 +08:00
chenjiahan 09ad95ca68 fix(Field): should not get formValue from button slot (#5785) 2020-03-09 19:18:16 +08:00
chenjiahan 876b899fec feat(Field): add icon-prefix prop (#5666) 2020-02-28 15:46:54 +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
陈嘉涵 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
陈嘉涵 2e927ec2e4 fix(Field): fix filter typo 2020-02-14 10:53:16 +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
陈嘉涵 f204a9871a chore(Field): split validate method 2020-02-12 17:05:23 +08:00
陈嘉涵 dd11f17693 feat(Form): stop validation when a rule fails 2020-02-12 11:37:10 +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
陈嘉涵 744cbac987 feat(Form): support using CheckboxGroup 2020-02-11 10:00:28 +08:00
陈嘉涵 dc77be6f8a feat(Form): support using slider 2020-02-10 17:17:09 +08:00
陈嘉涵 cb83240372 feat(Form): add failed event params 2020-02-10 15:54:03 +08:00
陈嘉涵 494e303061 fix(Form): reset validate when checkbox changed 2020-02-10 11:04:03 +08:00
陈嘉涵 1fe96f3edc feat(Form): binding checkbox 2020-02-10 10:57:57 +08:00
陈嘉涵 70ed34aa24 feat(Form): add submit、failed event 2020-02-07 15:51:58 +08:00
陈嘉涵 9d8cf7f8d3 fix(Field): align center when using input slot 2020-02-07 15:40:32 +08:00
陈嘉涵 9326ad84f8 feat: add form component 2020-02-07 15:18:46 +08:00
陈嘉涵 67bec61c6d feat(Field): add name prop 2020-02-07 14:33:44 +08:00
陈嘉涵 61093ef00f feat(Field): highlight word num when reaching maxlength 2020-02-05 15:58:51 +08:00
陈嘉涵 4b54ec6a18 chore: add isFunction utils and improve isObject 2020-01-19 20:13:50 +08:00
陈嘉涵 bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵 389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵 1f4e9eec31 chore(Field): move placeholder from attrs to props (#5598) 2020-01-18 20:43:39 +08:00
陈嘉涵 64451eaaee chore(Field): move disabled from attrs to props (#5590) 2020-01-16 19:56:12 +08:00
neverlandandGitHub 9452444a7d feat(Field): add formatter prop (#5534) 2020-01-09 20:52:20 +08:00
neverlandandGitHub ac3808cd47 feat(Field): add digit type (#5524) 2020-01-09 15:28:58 +08:00
neverlandandGitHub 3bfcf671b9 fix(Field): should limit number input in iOS (#5520) 2020-01-09 13:58:49 +08:00
陈嘉涵andneverland 0b5c8e5f3d types(Field): add focus、blur method type 2019-12-22 17:36:47 +08:00
neverlandandGitHub 1c03d5d3f3 fix(Field): incorrect count of line break in safari (#5049) 2019-11-19 21:06:19 +08:00