90 Commits

Author SHA1 Message Date
neverland
5852b80a17
docs: add useCustomFieldValue document (#9202) 2021-08-07 21:33:46 +08:00
neverland
8a0f7ff3f0
docs: improve Form demo (#9149) 2021-07-29 10:21:56 +08:00
neverland
51b7a66913
types(Form): add FormInstance type (#9139)
* types(Form): add FormInstance type

* types: useExpose type
2021-07-28 17:20:11 +08:00
neverland
5acf7e88bc
docs(Form): updat demo, using inset CellGroup (#8938) 2021-06-27 16:37:22 +08:00
neverland
c45c6aeed2
docs(Form): add with field tip (#8749) 2021-05-23 08:55:44 +08:00
neverland
f7706fb179
docs: add component registration link (#8378) 2021-03-18 11:23:49 +08:00
neverland
110af6f1f4
docs: revert cdn URL (#8310) 2021-03-08 17:19:56 +08:00
neverland
da09a6d871
docs(Form): fix button type (#8190) 2021-02-21 16:28:35 +08:00
neverland
6d336b5537
feat(Form): allow validator to return mesage (#8052) 2021-01-31 20:17:45 +08:00
neverland
67d44a0fa5
docs: fix cdn link (#8023) 2021-01-27 10:25:07 +08:00
neverland
e97dbeaab5
feat(Form): adjust show-error default value to false (#8016) 2021-01-26 21:11:31 +08:00
neverland
e849fdf2aa
docs(Form): fix Calendar v-model usage (#7994) 2021-01-25 18:56:52 +08:00
chenjiahan
872af8157e docs: update readonly description 2021-01-20 19:25:17 +08:00
chenjiahan
51bc1cee8a docs: remove all v2 version tag 2021-01-10 19:08:09 +08:00
chenjiahan
54d2717267 Merge branch '2.x' into dev 2020-12-30 17:40:52 +08:00
chenjiahan
3e09154f75 docs(Form): add version tag 2020-12-30 17:36:48 +08:00
Mikasa33
149cde1ce1
feat(Form): add disabled and readonly prop (#7830)
* feat(Form): add disabled and readonly prop

* chore(Field): 使用 getProp 方法

* fix(Field): 将 computed 改为直接取值
2020-12-30 17:31:40 +08:00
Mikasa33
8da1e23d53
feat(Form): add disabled and readonly prop (#7829)
* feat(Form): add disabled and readonly prop

* chore(Field): 使用 getProp 方法

* fix(Field): 将 computed 改为直接取值
2020-12-30 17:29:42 +08:00
chenjiahan
4d49183230 docs: fix field value #7817 2020-12-27 16:57:17 +08:00
chenjiahan
037b6b8c10 Merge branch '2.x' into dev 2020-12-26 15:52:18 +08:00
neverland
1fac5c5f4f
feat(Form): resetValidation support multiple names (#7811) 2020-12-24 20:19:00 +08:00
neverland
d92d29c885
feat(Form): support valdiate multiple names (#7810) 2020-12-24 20:11:22 +08:00
chenjiahan
cbc107dfd7 docs: remove 2.x version tips 2020-12-21 21:51:42 +08:00
chenjiahan
23a6f63c4f docs(Form): use composition api 2020-12-15 16:52:29 +08:00
chenjiahan
96204b350c Merge branch '2.x' into dev 2020-12-14 17:07:29 +08:00
neverland
dc3fee12c1
chore: fix prettier version (#7739)
* chore: fix prettier version

* docs: fix
2020-12-14 17:04:43 +08:00
chenjiahan
5e00ab978b Merge branch '2.x' into dev 2020-10-24 18:02:50 +08:00
chenjiahan
2206e77cc5 docs: update links 2020-10-24 17:25:35 +08:00
chenjiahan
608bd3de39 chore(Field): extract some utils 2020-10-06 17:00:15 +08:00
chenjiahan
1aa1b3d3a5 Merge branch 'dev' into next 2020-10-02 08:50:37 +08:00
neverland
8d2c4b1e46
feat(CollapseItem): add toggle method (#7281)
* feat(CollapseItem): add toggle method

* chore: update doc
2020-09-29 20:49:22 +08:00
chenjiahan
c2d5a18f59 Merge branch 'dev' into next 2020-09-28 11:46:26 +08:00
chenjiahan
a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
chenjiahan
47a270effb Merge branch 'dev' into next 2020-09-26 21:35:53 +08:00
neverland
1e07fce513
docs(Form): add validate-trigger detail (#7251) 2020-09-26 15:03:58 +08:00
neverland
0a837e49a9
docs(Form): fix Area demo (#7249) 2020-09-26 14:31:50 +08:00
chenjiahan
e7ec2ff063 Merge branch 'dev' into next 2020-09-16 19:43:13 +08:00
neverland
49e92757cb
docs(Form): fix missing onSubmit validate-trigger (#7180) 2020-09-14 12:00:27 +08:00
chenjiahan
df8059eb01 breaking change(Button): adjust default native-type to button 2020-09-13 14:40:31 +08:00
chenjiahan
78ded3b7da docs: fix popup v-model usage #7141 2020-09-09 17:29:06 +08:00
chenjiahan
07d1a2590f breaking change(Button): add success type, remove info type 2020-08-21 10:09:21 +08:00
chenjiahan
8843b7875a breaking change(Picker): enable show-toolbar by default 2020-08-21 00:17:04 +08:00
chenjiahan
d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
neverland
53e64d229f
fix(Field): can't display six characters in iOS (#6743) 2020-07-09 14:39:07 +08:00
neverland
49a9bcdaf2
style(Field): label width use em unit (#6589) 2020-06-21 21:36:22 +08:00
neverland
e1f67fa898
style(Field): label width adjusted to 84px (#6583) 2020-06-20 16:56:25 +08:00
neverland
877ebd6054
feat(Form): add submit-on-enter prop (#6336) 2020-05-21 19:21:49 +08:00
neverland
96ef2557c2
feat(Form): scrollToField can scroll to bottom (#6335) 2020-05-21 19:15:50 +08:00
chenjiahan
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