Commit Graph

181 Commits (99e5a6b4babe25f0e163f4eff12981e6cd6a0901)

Author SHA1 Message Date
杨奕 62b0e2ace9
Select: remove unnecessary remote query when focused (#9998) 2018-03-05 13:14:12 +08:00
杨奕 c5d76d7910
Select: fix an emptyText visibility bug (#9969) 2018-03-02 12:23:09 +08:00
Gary Kaganas bc39454c93 Select: preserves focus after selection (#9857)
* Select: Preserves focus after options selected

* Select: softFocus: Passing lint
Write test

* Select: Soft focus: Include input ref

* Revert src/index.js

* Update select.vue
2018-03-02 11:16:49 +08:00
落叶 5f75ab8375 Select: focusing does not show popper (#9894) 2018-03-01 16:02:13 +08:00
杨奕 0f06fd5079
Select: add popper-append-to-body (#9782) 2018-02-11 18:18:49 +08:00
Leopoldthecoder 56dc51bc85 Form: add disabled 2018-01-29 18:14:58 +08:00
杨奕 e56ae9ab5a Select: keep input height if not expanded (#9452) 2018-01-26 11:24:09 +08:00
Leopoldthecoder dad96b49c5 Select: add auto-complete 2018-01-22 14:02:20 +08:00
Leopoldthecoder 3c942d8e93 Select: remove unnecessary query when focused 2018-01-21 11:13:26 +08:00
Lukasz Balcerzak b91e8ee3a3 Select: reset input height when filterable and collapse tags (#8966)
* Added example that exposes the issue

* Fixed issue if select component has collapse tags and filtering enabled at the same time

* tests

* simpler tests
2018-01-08 12:27:54 +08:00
Leopoldthecoder 11d2263678 Select: fix remove-tag event param 2017-12-31 17:23:17 +08:00
Leopoldthecoder 5bb6135f6f Changelog: update for 2.0.10 2017-12-29 18:07:33 +08:00
Leopoldthecoder e64ba965d6 Select: fix default-first-option on created options 2017-12-12 19:03:52 +08:00
Leopoldthecoder dca4b7afd2 Chore: configure es docs 2017-12-12 14:05:55 +08:00
mario_ma bd3ccaab3f Select: use tags to show option when collapse-tags is set (#8567)
* modify set collapse-tags just show text

* Update select.vue
2017-12-11 18:03:40 +08:00
yoyo837 216cf0c990 limitReached:Improve robustness when it does not set a default value 2017-12-04 17:59:46 +08:00
Leopoldthecoder 7a4ec97f0d Chore: misc updates 2017-11-26 16:57:41 +08:00
Leopoldthecoder 6a99f03e1f Select: update scroll bar position 2017-11-23 19:22:16 +08:00
Leopoldthecoder e033313608 Select: fix filter input display in multiple mode 2017-11-23 11:36:48 +08:00
Lengxu 6f1fc76e30 Select: fix input height resetting in default size
* dropdown 组件 新增触发下拉框显示隐藏时, 触发visible事件,传递当前下拉框显示状态

* Dropdown 修改事件名称,新增文档

* Dropdown 统一事件名称,修改文档

* Dropdown 统一事件名称,修改文档

* 完善form表单prop字段介绍

* Repair of multiple height calculation bug
2017-11-16 16:02:41 +08:00
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