Enoch Qin
c77e570d1c
fix: Input style use show-password and clearable ( #2168 ) ( #2169 )
...
* fix: Input style use show-password and clearable
* fix: replace Input classname
2021-06-08 14:37:38 +08:00
Ryan2128
a1953ef7af
feat(input): add input-style prop ( #2117 )
...
* feat(input): add input-style prop
* test(input): add test case
2021-06-03 13:08:50 +08:00
bastarder
57e6e751ce
fix: tabindex prop type ( #2130 )
...
Co-authored-by: Qian Jie <jie.qian@blockheaders.com>
2021-06-03 12:55:51 +08:00
inottn
a02737a78a
fix(input): add keydown event listener for textarea ( #1723 )
2021-03-31 16:24:42 +08:00
云游君
f2870e1984
fix(input): remove invalid attrs after render ( #1489 )
...
* fix(input): tabindex type number
* fix(input): remove invalid attrs after rende
* refactor: change tabindex's type to String
Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-02-26 21:02:56 +08:00
liang xiao
3b4ee6da42
feat(textarea):export method resizeTextarea ( #1032 )
...
* feat(textarea):export method resizeTextarea
i think we need export resizeTextarea to support dynamic size like element2
* test:method resizeTextarea
* test:method resizeTextarea
* test:method resizeTextarea
* Update input.spec.ts
Co-authored-by: liangxiao01 <liangxiao01@jiuqi.com.cn>
2020-12-23 17:00:59 +08:00
kooriookami
5e9e42bced
fix(input): add placeholder ( #1052 )
2020-12-20 14:44:06 +08:00
Simona
5d2f680088
style: fix typo ( #1008 )
2020-12-15 22:25:49 +08:00
zazzaz
c7d185c6a2
fix: add input placeholder type ( #814 )
...
* fix: add input placeholder type
* chore: update
2020-12-10 11:04:20 +08:00
Simona
536c43a571
fix(input): non-emit events such as keyup not work ( #866 )
...
* fix(input): non-emit events such as keyup not work
fix #837
* fix: remove debug code
* test(input): add test case
2020-12-07 13:21:23 +08:00
Simona
a2ad745293
refactor: optimize useAttrs signature ( #864 )
2020-12-07 10:57:48 +08:00
Ryan2128
7897fa1ba4
Fix/message-box: messageBox prompt default value is null ( #642 )
...
* fix(message-box): fix validate failed style error
* fix(input): fix input's value is a 'null' string when modelValue is null
2020-11-22 19:02:33 +08:00
hangzou
b45f084a72
fix(build): fix import module path ( #543 )
...
* fix(build): fix import module path
* fix: fix export constants & type
* fix(popover): fix exports and import
2020-11-04 16:30:42 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config ( #527 )
2020-11-02 11:05:08 +08:00
Caaalabash
20728747c1
feat(autocomplete): add autocomplete component ( #389 )
...
* feat(autocomplete): add autocomplete component
* fix: package.json
2020-10-04 15:44:05 +08:00
zazzaz
355a778a2c
Feat/datepicker && datetimepicker ( #326 )
...
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* Feat/form (#342 )
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
* Feat/select (#381 )
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
Co-authored-by: 286506460 <286506460@qq.com>
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 20:13:19 +08:00
zazzaz
c2275aae30
fix: use new popper syntax to fix time-picker
2020-09-25 18:26:21 +08:00
zazzaz
a5611000da
fix: el-input add mouseenter mouseleave event ( #349 )
2020-09-25 16:02:28 +08:00
Simona
e1add47603
feat(hooks): add useAttrs hook ( #317 )
...
* feat(hooks): add useAttrs hook
* feat(hooks): undo binding class and style automatically
* test: remove unused import statement
2020-09-19 20:44:07 +08:00
baimin
8b4be99610
fix(input): fix issues
...
https://github.com/ElemeFE/element/issues/18573
2020-09-11 14:04:22 +08:00
Hanx
869cec59ba
Feat/input ( #216 )
...
* feat(input): migrate input component simply
re #95
* feat(input): mainly complete input component & add more input tests
* fix: address pr comments
Co-authored-by: 陈婉玉 <simonaliachen@gmail.com>
2020-09-04 08:24:56 +08:00