147 Commits

Author SHA1 Message Date
johnsonwong666
610ce18859
feat: add agreePrivacyAuthorization button open type (#5527) 2023-08-22 10:04:25 +08:00
landluck
8021e7cdfd
fix(field): fix field error message style (#5482) 2023-07-11 20:53:52 +08:00
landluck
f197c5f3c3
feat(field): expand click area support (#5479) 2023-07-10 17:49:20 +08:00
landluck
8309c27297
feat(field): add custom-class prop support (#5476) 2023-07-10 14:50:57 +08:00
landluck
2c7629fe07
feat(button): add getRealtimePhoneNumber support (#5471) 2023-07-05 13:53:44 +08:00
landluck
64efb4d204 feat(field): input event add callback argument 2023-05-08 20:06:26 +08:00
Fanburger
05f6159df8
fix(van-field): Invalid maxlength on Android devices 2023-04-18 21:21:07 +08:00
fanburger
466b9b5504 fix(van-field): Invalid maxlength on Android devices 2023-04-13 17:06:56 +08:00
landluck
d14ac6027a
feat(field): add prop extra-event-params support (#5184)
* feat(field): add prop extra support

* feat(field): adjust extra params to extra-to-params
2023-01-11 16:36:30 +08:00
landluck
786448ac2e test(field): fix test case error 2022-12-13 11:55:28 +08:00
大宝
8ec17cc87d
fix: filed Demo missing van-button 2022-10-13 16:01:10 +08:00
nemo-shen
4ada479baf test(Field): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
47c66d38e3
feat(Field): add always-embed prop (#4571) 2021-10-20 09:30:42 +08:00
neverland
1a7889590f
perf: remove CSS variables polyfill (#4487)
* perf: remove CSS variables polyfill

* style: fix missing calc value

* perf: reduce some useless css vars
2021-09-23 17:31:28 +08:00
neverland
e3c07e52f9
chore: merge two prettier config (#4491) 2021-09-15 15:46:27 +08:00
nemo-shen
b5ab3bee64
feat(Search): add clear-icon prop (#4463)
* feat(Search): add clear-icon prop

* docs(Search): update doc
2021-09-07 10:07:24 +08:00
nemo-shen
cc0df907e7
feat(Field): add clear-trigger prop (#4461)
* feat(Field): add clear-trigger prop

* docs(Field): update doc

* fix(Field): adjust code
2021-09-07 10:06:22 +08:00
chenjiahan
6dd42a0473 fix(Field): template url should be relative path 2021-08-18 11:05:13 +08:00
dengrongyao
c024430d4f docs: 统一文档标点 2021-04-12 20:38:36 +08:00
华晨
6967e202b4
docs: 修正 Field 文档示例代码格式错误 (#4044) 2021-02-14 16:31:28 +08:00
rex
b13513f713
docs(field): add doc for center prop (#3976)
fix #3951
2021-01-19 18:02:41 +08:00
rex
5e4cbeac65
feat(field): add new slot input & add new event click-input (#3932)
fix #3604
2021-01-04 20:42:21 +08:00
rex
192e87c2c6
refactor(relations): refactor relations & definitions (#3924) 2020-12-31 15:14:53 +08:00
rex
7e8f5bbb1c
refactor(field): shorten wxs code (#3898) 2020-12-22 20:59:11 +08:00
da
526f5ef46e
fix(Field): showWordLimit value.length > maxlength (#3802)
Clicking on the keyboard to associate words causes the current number of words to exceed the limit, but the actual number does not exceed
Disconnect the real machine for debugging
2020-12-03 14:44:22 +08:00
rex
2ea15ef256
fix(field): fix empty label render (#3756)
fix #3754, fix #3750
2020-11-12 22:37:45 +08:00
rex
101e0f463b
build(typings): use miniprogram-api-typings & update quickstart (#3746)
fix #3699
2020-11-11 11:20:31 +08:00
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