Commit Graph

203 Commits

Author SHA1 Message Date
Axetroy
ec6cac4232 Input: fix autocomplete property is not compatible with native #12513 (#12514)
* fix #12513

* fix: fallback for autoComplete and print deprecated warning

* fix: fix auto-complete property in select component

* fix default complete value

* Docs: Update document for autocomplete property change

* Docs: remove redundant documents

* remove unnecessary console log message\

* Update select.md

* fix: add missing declaration in select.d.ts
2018-08-28 15:44:21 +08:00
hetech
6f08e941aa
Select: not clear text when filtering (#12304) 2018-08-10 15:28:22 +08:00
Jikkai Xiao
fbe58a4015 Cascader: escape special characters for regexp (#12248) 2018-08-07 10:36:49 +08:00
hetech
7f2510f0f1
Select: debounce query (#12181) 2018-08-02 19:28:41 +08:00
杨奕
ef74ee05b3
Select: revert #10105 (#11837) 2018-07-03 15:03:50 +08:00
kratsstark
9355bd3180 Select: remove empty option item when default value is null in single mode (#11731) 2018-06-25 12:27:04 +08:00
Jiewei Qian
0ed8d18603 Select: fix form change validation (#11672) 2018-06-20 11:15:34 +08:00
杨奕
51f3035346
Select: hide clear icon when value is null (#11460) 2018-06-01 17:19:51 +08:00
hetech
602afe0364 Select: add prefix named slot (#11063)
* Select: add prefix named slot

* Update select.md
2018-05-08 19:12:25 +08:00
杨奕
1aed314527
Select: fix infinite loop of keyboard navigation when all filtered options are disabled (#10945) 2018-04-29 18:12:02 +08:00
杨奕
16dc174a8d
Select: input should be readonly when options menu not visible (#10944) 2018-04-29 18:00:56 +08:00
杨奕
9c058fbf7c
Select: remove blur emit after soft focus (#10822) 2018-04-21 16:39:48 +08:00
杨奕
9a1afc3b33
Select: focus input in setSoftFocus when available (#10801) 2018-04-20 14:10:16 +08:00
杨奕
3eb377f72f
Select: update docs for automatic-dropdown (#10727) 2018-04-16 12:32:14 +08:00
Gary Kaganas
25fcfb34d7 Select: allows user to choose if select focus triggers menu (#10042)
* 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

* Select: Default focus on select does not open menu. Added attribute for automatic-dropdown. Includes tests

* Select: remove trailing space

* Select: Removing incorrectly applied automatic-update props from input elements

* Select: Fixed up references to correct focus tests

* Select
- Checking if automatic dropdown already revealed menu when toggling menu
- Updating test: removing timeouts for related test

* Update select.vue
2018-04-16 12:02:54 +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
杨奕
5da88ade6b
Select: fix a wrong variable name (#10618) 2018-04-09 14:20:46 +08:00
杨奕
0b7e9dae5c
Input / Select: shouldn't fire input event during composition (#10517) 2018-04-02 18:12:56 +08:00
Leopoldthecoder
46b70a5b89 Select: add blur method 2018-03-28 18:45:12 +08:00
Leopoldthecoder
7ae2662b7c Select: update popper after options change 2018-03-28 17:57:34 +08:00
杨奕
c6e85dbd81
Select: remove scrollToOption after selection (#10115) 2018-03-11 16:19:59 +08:00
杨奕
f234b161df
Select: trigger validation after resetField (#10105) 2018-03-10 20:20:48 +08:00
杨奕
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