120 Commits

Author SHA1 Message Date
rex
ae22e9e80b
fix(field): fix label-class when use label prop (#3729)
fix #3691
2020-11-04 09:33:38 +08:00
rex
225484aeae
build(tsconfig): use strict mode (#3712) 2020-11-02 15:25:56 +08:00
rex
2855aa91d9
docs(field): add example for two way binding (#3414)
fix #3341
2020-07-21 09:43:15 +08:00
rex
20d1f2ede0
fix(field): adjust height in textarea (#3383) 2020-07-14 19:41:30 +08:00
Waiter
7d74a169fe
feat(Cell): add title-style prop, fix Field label width (#3370)
* fix(Field): title width

* feat(Field): add spacing

* feat(Cell): add titleStyle

* fix(Cell): no observer

Co-authored-by: songweite <songweite@youzan.com>
2020-07-13 16:38:39 +08:00
neverland
abd0457238
feat(Field): update disabled style (#3358) 2020-07-09 15:39:18 +08:00
neverland
da4a5f3cd4
feat(Field): update label style (#3357) 2020-07-09 15:30:40 +08:00
rex
b7ded1282f
fix(field): always set value after input (#3313)
fix #3297
2020-06-24 15:55:27 +08:00
rex
978b59650c
feat(field): add new external class label-class (#3311)
fix #3285
2020-06-24 15:15:02 +08:00
rex
ea1653657a feat(rate): support model value 2020-05-01 16:34:55 +08:00
rex
06d7be5bed refactor(field): remove duplicate class name 2020-05-01 15:19:10 +08:00
陈森
8601cb1157 fix(Field): fix error message align 2020-05-01 15:19:09 +08:00
chenjiahan
942ea6b635 docs: improve format 2020-04-25 10:59:58 +08:00
chenjiahan
44fc8b065c chore: prettier evenything 2020-04-25 10:59:58 +08:00
rex
74ea6cbafc
fix(Field): avoid wxs error when set autosize (#3038)
fix #3033
2020-04-18 23:17:17 +08:00
rex
16be4f7171
fix(Field): avoid setting showClear to undefined (#3012)
fix #3009
2020-04-13 17:39:19 +08:00
rex
e6c97e1904
fix(Field): fix max-height not work (#3007)
fix #3002
2020-04-12 12:43:04 +08:00
rex
b850cce518
fix(Field): support model value (#2986)
fix #2960
2020-04-08 23:33:37 +08:00
rex
eb586dda23
feat(Field): add new props auto-focus & disable-default-padding & cursor (#2936)
add new event linechange

fix #2189
2020-04-01 15:42:00 +08:00
rex
92de5e9e34
docs(QuickStart): adjust quick start (#2939) 2020-04-01 15:41:07 +08:00
rex
b8cbc8dd44
feat(Field): add new prop showWordLimit & support max/min height & add new css variables (#2856)
fix #2469, fix #2594
2020-03-13 15:16:06 +08:00
rex
a44b3b4ed9
fix(Field): catch touchstart event to fix #1430 (#2602)
fix #1430
2019-12-26 14:28:34 +08:00
GPPoseidon
a5e56d43e8 fix(Field): add input-align example (#2519) 2019-12-11 17:47:30 +08:00
rex-zsd
5ae6d1a146 docs(quickstart): rename vant-weapp to @vant/weapp 2019-11-29 16:28:24 +08:00
mars
b2a1222d2b feat(Field): Field supports holdKeyboard (#2255) 2019-11-05 20:47:05 +08:00
Lindy
6d13e10fb5 feat: Field, Card, Cell 组件样式变量化 (#2212)
* feat(Cell): cell组件样式调整

* feat(Field): field组件样式调整

* feat(Cell): Cell组件的样式调整
2019-10-28 20:03:20 +08:00
neverland
18378bdbdc
docs: fix icon link (#2162) 2019-10-17 09:41:10 +08:00
rex
7c41cc0ff0 feat(theme): support custom theme base on css variables @rex-zsd (#2049) 2019-09-18 17:42:21 +08:00
neverland
2be1ab0ef1
docs: scroll to anchor (#2048) 2019-09-18 17:14:59 +08:00
neverland
e45dcd6be0
docs: add icon link (#2042) 2019-09-18 15:28:48 +08:00
neverland
c0901b8023
fix(Circle): initial ctx (#2005) 2019-09-09 20:41:23 +08:00
neverland
84bec71f4a
docs: add api title (#1990) 2019-09-09 11:43:09 +08:00
neverland
eef1fc6678
build: add stylelint (#1982) 2019-09-07 19:18:37 +08:00
君寻
14e5b62b83 doc: add props version (#1973) 2019-09-06 11:46:43 +08:00
neverland
3402313eb7
docs: add more intro (#1951) 2019-09-04 11:12:42 +08:00
neverland
22ad214714
feat(Field): add arrow-direction prop (#1948) 2019-09-04 10:40:39 +08:00
neverland
982dcd7a88
feat(Field): add clickable prop (#1946) 2019-09-04 09:50:43 +08:00
rex
6c10c8177a [bugfix] Field: never change value in blur event & handle style difference between iOS and Android
fix #1849
fix #1779
fix #1735
fix #1906
2019-08-29 20:44:07 +08:00
neverland
23c2936146
docs: type highlight (#1918) 2019-08-28 10:58:54 +08:00
neverland
5ea9c88048
feat(Field): add selection-start、selection-end prop (#1898) 2019-08-23 11:35:31 +08:00
rex
c9fcdd70bf
build: update compiler
fix #1591
2019-08-12 19:57:38 +08:00
neverland
c92cec52e0
[Doc] Field: add custom-style props document (#1842) 2019-08-07 16:03:50 +08:00
neverland
2ecdc6759c
[bugfix] Field: error prop not work (#1827) 2019-08-06 06:34:42 +08:00
rex
95666f7095
[bugfix] field: unify textarea placeholder style with input
fix #1755
2019-07-12 14:26:31 +08:00
陈嘉涵
006fbbc0a3 [Doc] update quickstart.md 2019-06-21 17:14:51 +08:00
陈嘉涵
b8e4188408 [Doc] bump vant-doc 2.0 2019-06-21 17:07:57 +08:00
neverland
223c6dd6f5
[new feature] Field: add password prop (#1583) 2019-04-28 19:20:51 +08:00
rex
b26cb5ba72
[improvement] Field: add right-icon & fix placeholder style problem
fix #1483
2019-04-17 10:35:45 +08:00
zack
2d187d96c4 [new feature] Feild: add error-message-align prop 2019-04-15 11:25:29 +08:00
rex
53ff09b3bb
[docs]: add es5 guide 2019-04-03 20:15:05 +08:00