Commit Graph

84 Commits (8ac9467003ac1ddd66c050580bdc932b3ebfb85c)

Author SHA1 Message Date
STLighter f37e92cc82 Input: cursor goes to the end when typing Chinese quickly (#11235)
autocomplete: remove composition event listeners because input has already handle it.
2018-05-21 14:43:37 +08:00
杨奕 3d5f9ef080
Input: fix clear icon overlapping (#11103) 2018-05-10 15:31:37 +08:00
杨奕 d304cb27cf
Input: hide clear button when readonly (#10998) 2018-05-03 19:20:25 +08:00
杨奕 27a8c1556e
Input: not show clear button when value is null (#10912) 2018-04-27 16:22:21 +08:00
Hyuni 783cb2691f Input / Select: fix Korean IME composition bug (#10648)
* Input: fix cursor goes to the end of the text(#10611)

* Input: fix cursor goes to the end of the text(#10611)

* Update input.vue

* Update select.vue

* Update input.vue
2018-04-15 15:57:35 +08:00
杨奕 769db14516
Input: fix when value is zero (#10714) 2018-04-15 14:45:52 +08:00
杨奕 a864d506aa
Textarea: fix undefined in ssr when v-model not set (#10630) 2018-04-09 19:54:00 +08:00
杨奕 0b7e9dae5c
Input / Select: shouldn't fire input event during composition (#10517) 2018-04-02 18:12:56 +08:00
Leopoldthecoder 8ce9978ee1 Input: pass native types to input element 2018-03-28 17:57:34 +08:00
杨奕 e67d71a42d
Input: add inheritAttrs (#10391) 2018-03-28 10:57:19 +08:00
杨奕 af4b13d911
Input: bind native attrs to input and textarea element (#10382) 2018-03-27 13:37:52 +08:00
杨奕 5d6fe5eb2c
Input: add blur method (#10356) 2018-03-26 10:51:18 +08:00
杨奕 430c149d88
Input: disabled Input should not show clear icon (#10331) 2018-03-23 16:36:58 +08:00
杨奕 3377cd0847
Input: add select method (#10229) 2018-03-19 12:17:57 +08:00
blackmiaool e70c598d44 Input: add clear event (#9988) 2018-03-04 13:50:25 +08:00
阿林 ad07722aab Chore: replace var with let and const (#9774) 2018-02-11 16:37:58 +08:00
Leopoldthecoder 56dc51bc85 Form: add disabled 2018-01-29 18:14:58 +08:00
dicklwm 79a4ac29af #9038, add el-input tabindex props 2017-12-28 15:50:07 +08:00
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