Commit Graph

161 Commits (91fece12ba6b71a53e73f22979ef05a014b98c34)

Author SHA1 Message Date
Leopoldthecoder f24aeeca00 Select: add collapse-tags 2017-11-12 21:03:34 +08:00
Leopoldthecoder 1833db26d8 Select: fix divider and focus issue 2017-11-12 14:27:20 +08:00
Leopoldthecoder eefa2c907a Select: show dropdown on input focus 2017-11-03 10:27:13 +08:00
Leopoldthecoder 6dc98ebcf7 Select: fix menu not expand when clicked on input 2017-10-31 18:46:35 +08:00
Leopoldthecoder 5d172ad5cf Select: fix input height of mini size 2017-10-31 11:36:09 +08:00
Leopoldthecoder 8479b2fbaf bug fixes 2017-10-28 03:10:52 -05:00
Leopoldthecoder 00e8c7454f misc updates and fixes 2017-10-25 22:21:35 -05:00
Leopoldthecoder 333a010d3b Table: add size 2017-10-25 01:41:17 -05:00
杨奕 71fca8e051 update custom theme docs (#7679)
* update custom theme docs

* update form docs
2017-10-24 05:43:23 -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
Leopoldthecoder c31f413a4f Layout: add xl breakpoint 2017-10-19 03:30:24 -05:00
Leopoldthecoder 1e95e51f9b update typings 2017-10-18 18:38:23 +08: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
wacky6.AriesMBP 0ec3bea9b0 select: fix el.form.change emission 2017-10-01 20:52:15 -05:00
Leopoldthecoder 257473f305 Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	examples/app.vue
#	examples/docs/en-US/tree.md
#	examples/docs/zh-CN/tree.md
#	examples/versions.json
#	packages/select/src/select.vue
#	packages/theme-default/package.json
2017-09-29 16:21:29 +08:00
杨奕 21c579179c remove theme-default (#7273) 2017-09-28 05:01:29 -05:00
Black Wayne 8774311c76 Breadcrumb: add chalk theme (#7203)
* Breadcrumb: add chalk theme

* Breadcrumb: fix bugs

* fix pagination sizes' arrow
2017-09-27 23:22:30 -05:00
wenqing 58542b3a5e Select Autocomplete: change dropdown popper default options (#7227) 2017-09-26 02:54:09 -05:00
Leopoldthecoder 98fa352041 Select: update input height in multiple mode 2017-09-23 22:39:46 +08:00
Leopoldthecoder 7b8250b4e2 Select: return when query is null 2017-09-23 03:05:46 -05:00
Black Wayne dda21ce96e Input / Input Number: add chalk theme (#7178)
* Input / Input Number: add chalk theme

* Update Input Number doc
2017-09-22 04:46:34 -05:00
Black Wayne 31b9429edf Select / Cascader: add chalk theme (#7109)
* Select & Cascader: add chalk theme

* Select / Cascader: fix test
2017-09-20 21:55:46 -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 43ecb8818c Merge branch 'dev' into carbon
# Conflicts:
#	packages/date-picker/src/panel/time.vue
2017-09-14 19:33:49 +08:00
Leopoldthecoder 36d4f0a6fc Select: move setSelect to mounted hook 2017-09-14 06:29:15 -05:00
Leopoldthecoder 8e8b172bdc Select: remove onOptionDestroy event 2017-08-21 11:42:36 +08:00
Leopoldthecoder 917ce43cad Select: optimize onOptionDestroy 2017-08-05 18:00:56 +08:00
Leopoldthecoder f23629ac43 Select: remove resetIndex 2017-08-05 18:00:56 +08:00
Leopoldthecoder 4f21221c0b Merge remote-tracking branch 'eleme/dev' into carbon 2017-07-29 22:05:15 +08:00
Leopoldthecoder 7aa89a0dde Select: fix isObject bug 2017-07-29 21:51:35 +08:00
wacky6.AriesMBP 01f85b1831 Select: fix dropdown scroll for multiple select 2017-07-29 21:11:52 +08:00
孙志东 ce0da21067 check popper exist before invoke scrollIntoView 2017-07-28 12:49:06 +08:00
wacky6.AriesMBP fc242b6179 Select: fix change event
Only emit change for user input

Before:
  select.value = 1;   // triggers change

After:
  select.value = 1;   // does not trigger change
2017-07-28 10:25:24 +08:00
Leopoldthecoder 96f542e024 Merge branch 'dev' into carbon 2017-07-20 20:51:59 +08:00
Dreamacro 0a2dd8bd53 Add focus method for some form component 2017-07-20 16:50:38 +08:00
Leopoldthecoder daa4f83e4f add object-typed value test 2017-07-20 12:37:04 +08:00
Leopoldthecoder 40a873e93e Select: add value-key 2017-07-20 12:37:04 +08:00
wacky6.AriesMBP e60ff9e9b6 Select: rework auto scroll to selected option 2017-07-20 11:16:37 +08:00
Dreamacro b1860f5274 support focus and blur for select 2017-07-18 12:18:26 +08:00
wacky6.AriesMBP 82a54fa095 Select: fix dropdown scroll 2017-07-02 20:04:50 +08:00
Leopoldthecoder f9b19d9aa1 Dialog: fix incorrect updatePopper calls 2017-06-09 16:21:48 +08:00
patriciussanctus 3b3b3377b5 select into dialog `esc` stopper
without modifier `.stop` after closing popper dialog also closing.
2017-06-03 17:37:06 +08:00
Leopoldthecoder bffb1808dc Select: add clear event 2017-06-03 17:04:25 +08:00
wacky6.AriesMBP bd2e172fa3 Select: fix default-first-option with remote
make default-first-option work with async filter/remote method
test is updated to reflect this change
2017-05-30 11:21:02 +08:00
杨奕 f485a3ff9e Select: fix emptyText display when allow for create (#4977) 2017-05-21 21:46:46 +08:00
wacky6 e2e31790da Select: add default-first-option
default-first-option: boolean
* if set to `true`, select first matching option on enter
* only works if `filterable` or `remote` is `true`

test is included
2017-05-18 06:36:04 -07:00
杨奕 dc6f754ab5 declare el-collapse-transition in its dependents (#4728) 2017-05-08 14:06:23 +08:00