neverland
|
ce3a519098
|
fix(Field): disabled label color (#6582)
|
2020-06-20 16:30:12 +08:00 |
|
neverland
|
3083b3a418
|
style(Field): label color updated to gray-7 (#6581)
|
2020-06-20 16:26:41 +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
|
4b786cdba3
|
feat(Form): rule message can be empty (#6536)
|
2020-06-14 20:49:53 +08:00 |
|
neverland
|
f545a47047
|
style(Field): update disabled color (#6534)
|
2020-06-13 13:23:15 +08:00 |
|
FishPlusOrange
|
8a016e64cb
|
docs(Field): optimize docs (#6527)
|
2020-06-12 15:27:31 +08:00 |
|
neverland
|
6de66e0455
|
feat(Stepper): add placeholder prop (#6519)
|
2020-06-11 16:54:41 +08:00 |
|
neverland
|
1035503d65
|
fix(Field): formatter not work when v-model changed (#6490)
|
2020-06-08 20:41:19 +08:00 |
|
neverland
|
9adbfcb26c
|
perf(Field): reduce input value assignment (#6489)
|
2020-06-08 19:57:25 +08:00 |
|
neverland
|
472c4f35ae
|
style(Field): default label align should be left (#6459)
|
2020-06-04 15:10:25 +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
|
126f2124a2
|
fix(Field): can not disable error in form (#6382)
|
2020-05-26 19:41:00 +08:00 |
|
neverland
|
31acd1dde1
|
docs(Search): add clear icon faq (#6372)
|
2020-05-25 20:23:44 +08:00 |
|
neverland
|
877ebd6054
|
feat(Form): add submit-on-enter prop (#6336)
|
2020-05-21 19:21:49 +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
|
e61aa29118
|
fix(Stepper): incorrect value when format minus value (#6238)
|
2020-05-07 22:15:46 +08:00 |
|
neverland
|
4adefe5605
|
feat(Field): add colon prop (#6195)
|
2020-05-01 19:31:23 +08:00 |
|
chenjiahan
|
7f84f8a487
|
docs: prettier all markdown files
|
2020-04-11 09:17:33 +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
|
537e80e37a
|
fix(Stepper): readonly not work in lagacy mobile safari (#5976)
|
2020-04-01 18:15:23 +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
|
d8fa4b9495
|
docs: simplify $t to t
|
2020-03-21 14:46:02 +08:00 |
|
chenjiahan
|
f0a292134b
|
fix(Field): should not cache input slot (#5868)
|
2020-03-20 14:35:52 +08:00 |
|
lmx-Hexagram
|
f36961fe29
|
docs: change slot to # (#5858)
* docs(SwipeCell): change "slot" to "v-slot"
* docs(SwipeCell): change `v-slot` to`#`
* docs(cell): change `slot` to `#`
* docs(checkbox): change `slot` to `v-slot`
* docs(field): change `slot` to `v-slot`
* docs(checkbox): remove wrong comment
* docs(radio): change `slot` to `#`
* docs(search): change `slot` to `#`
* docs(slider): change `slot` to `#`
* docs(switch): change `slot` to `#`
* docs(PullRefresh): change `slot` to `#`
* docs(collapse): change `slot` to `#`
* docs(panel): change `slot` to `#`
* docs(swipe): change `slot` to `#`
* docs(navbar): change `slot` to `#`
* docs(tab): change `slot` to `#`
* docs(tabber): change `slot` to `#`
* docs(TreeSelect): change `slot` to `#`
* docs(card): change `slot` to `#`
* docs(submitBar): change `slot` to `#`
* docs(sku): change `slot` to `#` unsure
* docs(cell): delete waste blank line
* docs(panel): fix indentation
* docs(PullRefresh): change "count" to "Refresh Count"
* docs(radio): delete waste blank line
* docs(search): move props above the event
* docs(submitBar): delete waste `<span>`
* docs(swipCell): delete waste blank line
* docs(tabbar): merge `<img>` into one line
|
2020-03-20 14:12:00 +08:00 |
|
chenjiahan
|
b5a910f41e
|
docs(Field): update digit type description
|
2020-03-19 19:15:27 +08:00 |
|
chenjiahan
|
7af2c99b4a
|
fix(Stepper): skip form number validation (#5792)
|
2020-03-11 17:24:22 +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
|
de128b9719
|
docs(Field): remove unused CellGroup wrapper
|
2020-03-01 20:38:16 +08:00 |
|
chenjiahan
|
d9d85a7c72
|
feat(Field): input inherit line-height (#5737)
|
2020-02-29 11:38:37 +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 |
|
陈嘉涵
|
8cc09876d4
|
docs(Field): fix form link
|
2020-02-20 10:13:02 +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 |
|
陈嘉涵
|
0888f9497f
|
docs(Field): add desktop scenerio tip
|
2020-02-16 10:41:17 +08:00 |
|
陈嘉涵
|
7d010664cb
|
docs: add 2.5.0 version tag
|
2020-02-15 19:45:48 +08:00 |
|