53 Commits

Author SHA1 Message Date
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
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
chenjiahan
6dd42a0473 fix(Field): template url should be relative path 2021-08-18 11:05:13 +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
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
ae22e9e80b
fix(field): fix label-class when use label prop (#3729)
fix #3691
2020-11-04 09:33:38 +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
978b59650c
feat(field): add new external class label-class (#3311)
fix #3285
2020-06-24 15:15:02 +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
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
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
mars
b2a1222d2b feat(Field): Field supports holdKeyboard (#2255) 2019-11-05 20:47:05 +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
5ea9c88048
feat(Field): add selection-start、selection-end prop (#1898) 2019-08-23 11:35:31 +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
83dc420112
[new feature] Field: add new prop size
support #1350
2019-03-04 10:01:17 +08:00
neverland
9d03d94aa3
[bugfix] Field: input text color (#1143) 2018-12-24 20:43:25 +08:00
neverland
339df6c0e6
[improvement] use wxs.bem instead of computed classNames (#1051) 2018-12-11 15:51:57 +08:00
rex
66e845bf12 feat(Field): add new prop showConfirmBar @rex-zsd (#1040) 2018-12-11 14:56:04 +08:00
rex
8b9f3dbdd1 feat(Field): add new slot left-icon @rex-zsd (#962) 2018-11-27 11:57:29 +08:00
muumlover
98b00038f9 [new feature] Field: 增加 adjust-position, confirm-hold 属性 (#955) 2018-11-26 20:00:46 +08:00
rex
59eb467a5c feat(Field): add new prop fixed @rex-zsd (#925) 2018-11-19 19:40:11 +08:00
neverland
023b11716c
[bugfix] Field: icon align (#871) 2018-11-06 21:55:19 +08:00
neverland
a0a2c3120f
[bugfix] Field: input align not work (#789) 2018-10-19 14:11:17 +08:00
neverland
b4499b9a7b
[bugfix] Field: readonly not work (#679) 2018-09-29 15:56:00 +08:00
neverland
ee2aacf173
[improvement] Field: add placeholder-style prop (#678) 2018-09-29 15:18:24 +08:00
neverland
5e3b53e880
[improvement] Field: optimize template (#560) 2018-09-12 10:34:46 +08:00
rex
dd488a0e3b [improvement] Field:增加titleWidth属性 (#482) 2018-08-30 21:04:22 +08:00
neverland
ac358578c7
[bugfix] Field: with form component (#447) 2018-08-21 14:35:40 +08:00
neverland
d96f7ba161
[breaking change] use click instead of tap for all components (#418) 2018-08-13 14:52:08 +08:00
陈嘉涵
f76c438f1d [bugfix] Field: clear icon position 2018-08-07 14:59:51 +08:00
陈嘉涵
4f04f8a61f [Improvement] Field: add confirm type 2018-08-07 14:55:36 +08:00
陈嘉涵
d5eca77afc [breaking change] Field: rewrite 2018-08-01 17:09:38 +08:00
陈嘉涵
84538c888e [breaking change] update component prefix 2018-07-30 10:26:34 +08:00
Yao
876c75a388
[improvement] Field: 优化在列表中输入框表现 (#296)
* 优化 field 实现

* field 使用cell来架构

* field 列表
2018-06-04 21:52:32 +08:00
Yao
49db8e944f
[improvement] Btn & Field: 支持原生属性 (#219)
* 增加 field 组件 submit 支持

* add new behavior

* 增加 btn 支持项

* btn 文档补齐
2018-05-04 22:47:12 +08:00
Yao
7c057d95f5
新增 maxlength (#203) 2018-04-26 23:40:40 +08:00
张敏
a0dcec4dc5 [refactor] Field & Stepper 自定义组件改造 (#168)
* [refactor] Field & Stepper 自定义组件改造

* Field & Stepper remove componentId
2018-03-28 15:10:35 +08:00
Yao
86dd3eeea0
field 组件支持 disabled 属性 (#150) 2018-03-16 21:31:43 +08:00
Yao
206d44252f
增加 Field 组件 focus 属性 (#135) 2018-02-26 17:48:07 +08:00