62 Commits

Author SHA1 Message Date
neverland
44504c9ab6
style(Field): reduce selector depth (#9103) 2021-07-23 14:10:14 +08:00
neverland
34d4937f2b
chore: fix all typos (#9053) 2021-07-17 16:07:42 +08:00
neverland
69524def7b
fix(Field): required mark position (#9035) 2021-07-15 11:31:16 +08:00
neverland
5acf7e88bc
docs(Form): updat demo, using inset CellGroup (#8938) 2021-06-27 16:37:22 +08:00
neverland
dc8f190733
chore: fix blurred typo (#8916) 2021-06-23 17:08:32 +08:00
neverland
07431487f3
fix(Field): autofocus prop not work (#8488) 2021-04-09 14:33:59 +08:00
neverland
2a065f85ef
feat(Field): add clear-icon prop (#8438) 2021-04-01 09:51:00 +08:00
neverland
1381070a12
chore: prefer named exports (#8315)
* chore: prefer named exports

* chore: fix import
2021-03-09 15:39:26 +08:00
neverland
f0f89f1c4c
chore: demo spec uses ts (#8197) 2021-02-22 20:53:07 +08:00
chenjiahan
e2e0f66fe6 types: test cases typing 2021-02-11 13:04:00 +08:00
chenjiahan
4c4d303363 feat(Field): add autocomplate prop #7877 2021-01-10 13:28:38 +08:00
chenjiahan
d58b5ae610 test(Field): update test cases 2021-01-05 22:35:03 +08:00
chenjiahan
c261bcc4a7 test: rename destroy to unmount 2021-01-02 20:51:50 +08:00
chenjiahan
ea44d636ba test: demo snapshot uses enUS 2020-11-25 22:39:06 +08:00
chenjiahan
9acac4c2b1 test: update all snapshots 2020-11-21 22:27:11 +08:00
chenjiahan
2550ac9111 chore: rename scopedSlots to slots in legacy cases 2020-11-14 06:47:08 +08:00
chenjiahan
e627805746 test: replace propsData with props 2020-11-13 23:33:15 +08:00
chenjiahan
24c4896a11 test: enable all demo snapshots 2020-11-08 20:30:51 +08:00
chenjiahan
fffb9b3d5d test: fix wrapper snapshot usage 2020-11-08 20:03:39 +08:00
chenjiahan
a370779102 chore: rename all legacy snapshot 2020-10-13 17:00:52 +08:00
chenjiahan
f2b6f3d4d1 chore: rename all legacy test cases 2020-10-13 16:56:11 +08:00
neverland
950dd10372
fix(Field): incorrect maxlength slicing (#7284)
* fix(Field): incorrect maxlength slicing

* chore: robust
2020-09-30 11:42:23 +08:00
neverland
db09f29aa8
feat(Field): add clear-trigger prop (#6699) 2020-07-04 12:18:25 +08:00
neverland
95313ef459
feat(Field): add format-trigger prop (#6566) 2020-06-18 20:57:42 +08:00
neverland
35a4b95ef2
style(Field): remove word num full color (#6545) 2020-06-15 21:02:29 +08:00
neverland
700a0f23f7
fix(Field): should not display null (#6542) 2020-06-15 17:42:21 +08:00
neverland
f545a47047
style(Field): update disabled color (#6534) 2020-06-13 13:23:15 +08:00
neverland
1035503d65
fix(Field): formatter not work when v-model changed (#6490) 2020-06-08 20:41:19 +08:00
lazy1993
ba04660ed3
feat(Field): fix render error when value is null or undefined (#6419) 2020-05-30 20:34:52 +08:00
neverland
bb65c62b1e
fix(Button): text not align center in legacy safari (#6325) 2020-05-20 19:22:14 +08:00
neverland
ee599ddcbe
style(Field): adjust field placeholder color to gray-5 (#6304) 2020-05-19 11:04:16 +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
neverland
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
neverland
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
chenjiahan
e89baa12ae feat(Field): improve number keyboard 2020-03-11 11:23:24 +08:00
chenjiahan
de128b9719 docs(Field): remove unused CellGroup wrapper 2020-03-01 20:38:16 +08:00
陈嘉涵
6bbeed7dd1 test(Form): improve test coverage 2020-02-14 10:53:47 +08:00
陈嘉涵
3ad9950c2f chore: fix field related snapshot 2020-02-10 19:02:06 +08:00
陈嘉涵
dc77be6f8a feat(Form): support using slider 2020-02-10 17:17:09 +08:00
陈嘉涵
67bec61c6d feat(Field): add name prop 2020-02-07 14:33:44 +08:00
陈嘉涵
8ca8aa1d1d chore(Field): fix snapshot 2020-02-05 17:43:21 +08:00
陈嘉涵
61093ef00f feat(Field): highlight word num when reaching maxlength 2020-02-05 15:58:51 +08:00
陈嘉涵
143bd4297f docs(Field): split demo 2020-02-03 11:56:57 +08:00
陈嘉涵
2adcfd8b8b chore: prettier test files 2020-01-19 16:16:54 +08:00
陈嘉涵
389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵
8b49c5ec36 chore: fix field snapshot 2020-01-18 20:44:45 +08:00
木槿花开
a530c0314c feat: add multiple examples (#5564) 2020-01-14 10:15:35 +08:00