Commit Graph

36 Commits

Author SHA1 Message Date
xuxiaoyan 2a70900dba fix(input-item): create debounce method dynamically
variables inner debounce will be shared by multiple component instance
2021-01-15 11:05:29 +08:00
Shawn Xu 2a7539ba7d
feat(input-item): add prop preview-type & optimize virtual cursor (#554)
* feat(input-item): add prop preview-type & optimize virtual cursor

* test(input-item): update test cases & snapshot

* example(input-item): update demo for preivew-type

* doc(input-item): update readme for preview-type
2019-09-04 15:09:36 +08:00
Shawn Xu 455b583656
fix(field-item): align headings and content vertically (#529)
* fix(field-item): align headings and content vertically

#528

* fix(field-item & input-item): bolder font weight in android devices

* style: add variables for field-item font-weight in android devices
2019-08-13 11:42:27 +08:00
xuxiaoyan fe246033a4 fix(input-item): limit the length of characters entered by the virtual keyboard
update
2019-08-03 11:01:21 +08:00
Shawn Xu b427bcfeed
fix(stepper & input-item): avoid triggering change events when initia… (#512)
* fix(stepper & input-item): avoid triggering change events when initializing assignments

#495

* doc(stepper): remove default-value
2019-07-29 10:42:02 +08:00
Shawn Xu 58352d6dc4 feat(input-item):add prop solid to custom title width (#413)
* Update readme

* feat(input-item): add prop solid to custom title width

#411
2019-04-18 23:57:36 +08:00
laoxiong 83ea19c48f fix: input-item slot render error (#368)
* fix(input-item): remove prop key when use error slot

* fix: input-item slot render error
2019-03-22 00:11:46 +08:00
Shawn Xu a01979e64f fix(input-item): change virtualKeyboardVm type to string (#357)
use ref name to look up a component instance in context instead of passing a reference directly
2019-03-15 15:58:15 +08:00
xuxiaoyan 2cb66f065a fix(input-item): fix the type of native input for money 2019-02-25 18:57:23 +08:00
supergaojian c7c88909d9 fix(input-item): no wrap title with isTitlelatent (#337) 2019-02-25 17:27:54 +08:00
supergaojian e1c59f72d4 fix(input-item): fix input-item with virtualKeyboard in vue@2.6 bug (#327)
fix #324
2019-02-22 14:32:30 +08:00
xuxiaoyan 0056546af1 test: add ignore comments 2019-01-22 17:46:53 +08:00
xuxiaoyan 99fc957c37 feat(number-keyboard): add prop virtualKeyboardVm & update style 2019-01-09 15:59:15 +08:00
xuxiaoyan b863eb5e43 fix(input-item): remove setting cursor for native type
#268
2019-01-08 12:05:53 +08:00
xuxiaoyan 96572867f7 fix(input-item): float mode style 2018-12-21 12:06:24 +08:00
xuxiaoyan 1810618ecd fix(input-item): large close btn & delay blur event emit 2018-12-14 20:22:26 +08:00
xuxiaoyan a7c46d7756 fix(input-item): filter out the two-way binding when formatting 2018-12-07 15:59:42 +08:00
xuxiaoyan a2b0da6fd0 fix(input-item): update style 2018-12-04 16:39:14 +08:00
xuxiaoyan 144a7a2801 feat(inpit-item): add prop is-amount & change highlight style 2018-12-03 19:16:26 +08:00
xuxiaoyan d68e70ff93 fix(update icon style): 2018-10-15 15:41:50 +08:00
moyus 6620ad9910 fix: code clean up 2018-09-28 15:37:15 +08:00
moyus 0eaefe95f6 feat(input-item): extend from field-item 2018-09-20 16:09:53 +08:00
moyus f1971d56b6 feat(input-item): code refactor 2018-09-19 01:12:08 +08:00
moyus 39049ffc1d feat(input-item): style refactor 2018-09-16 13:05:04 +08:00
xuxiaoyan 13400fe5bb feat(icon): pass click event 2018-09-03 11:23:09 +08:00
xuxiaoyan d0e4cc87c3 feat(input-item): add brief/error slot & update style 2018-08-27 17:19:04 +08:00
xuxiaoyan d6635543a3 feat(input-item): update 2.0 style
BREAKING CHANGE:
1. add property brief
2018-08-20 15:27:26 +08:00
Shawn Xu 4ca1df166b fix(input-item): unformatted InputItem value is not trimmed #164 (#165) 2018-07-27 19:31:46 +08:00
moyus 4f40e6bb7e fix(input-item): wrong words spelling 2018-07-12 16:04:49 +08:00
Shawn Xu 4dbc438002 fix(input-item):add numeric type of value (#133) 2018-07-07 17:39:45 +08:00
xuxiaoyan 727ae8bc11 fix(input-item):placeholder display/hide is invalid on some devices & show border of last input-item 2018-06-25 18:39:53 +08:00
Shawn Xu ced9325b28 fix(input-item):fix unformatted input maxlength limit (#113) 2018-06-15 16:01:47 +08:00
Shawn Xu 8b332e5e98 fix(input-item):destroy virtual keyboard before input-item will be destroyed #104 (#105) 2018-06-06 23:03:07 +08:00
xuxiaoyan be649232c4 style:update theme related stylus variables 2018-06-06 21:18:20 +08:00
Shawn Xu 3061116ff2 feature(input-item):add type digit & support other standard input type #95 (#96) 2018-05-30 12:31:50 +08:00
moyus 36c6454b79 Initial commit 2018-03-26 16:04:04 +08:00