Bogdan Luca
6e8f10a556
Input: add clearable ( #8509 )
...
* Added clearable to el-input.
* Added en-US example.
* Also fire change event on clear.
* Used clearable shorthand; added clearable to attribute list.
* Added styles.
2017-11-27 10:55:26 +08:00
wacky6.AriesMBP
c7d3de95b0
input: fix focus
2017-11-15 11:28:22 +08:00
Leopoldthecoder
768981c1aa
Changelog: update for 2.0.0-rc.1
2017-10-25 05:47:57 -05:00
Li Chuangbo
0d9204dd89
Input: remove textarea extra close tag
2017-10-24 21:08:24 -05:00
杨奕
36dfe304f3
Form: add clearValidate ( #7623 )
...
* Form: add clearValidate
* remove dup attrs
2017-10-21 23:35:42 -05:00
baiyaaaaa
c3cf3f2389
support prop 'for' ( #6049 )
2017-10-21 22:00:06 -05:00
Leopoldthecoder
fa140dea9c
Merge remote-tracking branch 'eleme/dev' into carbon
...
# Conflicts:
# packages/input/src/calcTextareaHeight.js
# packages/message-box/src/main.vue
# packages/theme-default/src/menu.css
# yarn.lock
2017-10-20 14:08:11 +08:00
wayne
b678772e94
Carbon: add migration mixin for breaking changes
2017-10-19 01:01:47 -05:00
Leopoldthecoder
2999279ae3
minor fixes for select, message-box and textarea
2017-10-18 18:38:13 +08:00
杨奕
38459ae850
update dependencies ( #7476 )
...
* update el-input change event
* upgrade to vue 2.5.0
* upgrade webpack to 3.7
* upgrade vue to 2.5.2
* minor style updates
2017-10-16 14:07:24 +08:00
Black Wayne
9b09f6aa9f
Form: add size attribute ( #7428 )
2017-10-12 04:50:06 -05:00
Black Wayne
5426c957a2
add upload limit & form validate return promise ( #7405 )
...
* Carbon: upload limit & input append & form validate promise
* Update upload.md
* Update upload.md
* Update index.js
2017-10-12 03:07:50 -05:00
Jiewei Qian
889fae43fb
Input: align input change with native ( #7258 )
...
* Input: align change event with native ones
* test: update input:change event test
2017-10-11 22:28:42 -05:00
Leopoldthecoder
9dcc4eb0b7
Docs: add algolia search
2017-10-10 05:23:42 -05:00
maranran
d66473f005
add accessibility for input & rate & collapse & progress & upload ( #7196 )
2017-09-29 02:58:07 -05:00
杨奕
ad88dd2ec7
TimePicker: add chalk theme ( #7102 )
...
* TimePicker: add chalk theme
* minor style fixes
2017-09-19 09:35:57 -05:00
baiyaaaaa
91d9ed7feb
feature inline message
2017-09-18 00:37:43 -05:00
baiyaaaaa
6e31e61516
support success validate status
2017-09-18 00:37:43 -05:00
baiyaaaaa
5c17f57995
upgrade input
2017-09-18 00:37:43 -05:00
Leopoldthecoder
ef61460688
Merge branch 'carbon-1' into carbon
2017-09-01 10:56:25 +08:00
WittBulter
6648c36a6c
Input: fix params type
2017-08-25 15:05:34 +08:00
Dreamacro
0a2dd8bd53
Add focus method for some form component
2017-07-20 16:50:38 +08:00
qingwei.li
d3bf30b48c
Input: simplify props
2017-04-29 14:41:15 +08:00
baiyaaaaa
61672ce0e2
fix input change time ( #2956 )
2017-02-22 16:33:30 +08:00
baiyaaaaa
218580067e
add input step prop
2017-02-21 11:01:49 +08:00
kingwl
8e34408d6e
Input: fix invalid resize prop ( #2838 )
2017-02-16 16:53:33 +08:00
cinwell.li
9f5c08e6e6
Clean packages ( #2345 )
2017-01-23 14:06:01 +08:00
baiyaaaaa
d65ecbc7f3
support input icon click hook function ( #2414 )
2017-01-16 10:41:28 +08:00
kingwl
84d86b4ca4
Input: support resize prop
2017-01-06 17:06:34 +08:00
baiyaaaaa
b9eed734e2
input add validateEvent prop
2016-12-30 17:04:03 +08:00
杨奕
d2f02b828f
Merge branch 'dev' into 1.1
2016-12-28 15:23:51 +08:00
baiyaaaaa
634498bbff
fix input blur event
2016-12-27 19:26:01 +08:00
baiyaaaaa
7667396907
fix input value binding bug
2016-12-27 19:26:01 +08:00
baiyaaaaa
6e428ffcc7
fix input value binding bug ( #1998 )
...
* fix input value binding bug
* improve input test & docs
2016-12-26 23:01:46 +08:00
qingwei.li
daec90af9f
SSR feature
2016-12-26 10:45:20 +08:00
baiyaaaaa
a5bdd2cabb
component README update and fix
2016-12-16 10:57:54 +08:00
cinwell.li
55dfb0c296
Refactor/datepicker ( #1623 )
...
* DatePicker: replace native input with el-input
* DatePicker: support size prop, closes #1069 , closes #1440
* DatePicker: show correct date for initial value, fixed #1129
* TimePicker: fix empty value when panel appears, fixed #1583
* DatePicker: trigger clickoutside when clicking icon, fixed #1604
* DatePicker: fix year type in year panel, fixed #1607
* DatePicker: fix test
* DatePicker: add doc
2016-12-09 00:06:34 +08:00
baiyaaaaa
db666dfb4b
fix input-group style
2016-12-01 22:28:48 +08:00
baiyaaaaa
ba983ffb96
normalize the componentName writing
2016-11-26 16:51:04 +08:00
baiyaaaaa
d9c7824470
fix form validate bug ( #1363 )
2016-11-26 10:48:06 +08:00
baiyaaaaa
6644207668
Input: fix blur event param & improve docs
2016-11-09 12:21:29 +08:00
baiyaaaaa
547293e366
support Input min & max prop
2016-11-08 20:13:52 +08:00
qingwei.li
3c12100f52
Components: use es2015 export module, fixed #907
2016-11-08 15:01:00 +08:00
qingwei.li
70307dfadb
fix package.json url
2016-11-06 12:26:14 +08:00
baiyaaaaa
06b2cabf6b
fix masses style
2016-10-25 12:34:38 +08:00
baiyaaaaa
c14cb221cd
fix input native props
2016-10-22 14:32:08 +08:00
baiyaaaaa
56354f1c81
input test improve
2016-10-20 19:24:00 +08:00
cinwell.li
510034d2d2
Add istanbul ignore ( #521 )
2016-10-19 22:48:35 +08:00
baiyaaaaa
b63cb5e066
unit test of input
2016-10-19 14:51:18 +08:00
baiyaaaaa
3f935a2aac
fix textarea autosize bug
2016-10-19 12:56:04 +08:00