Commit Graph

225 Commits (d216a252f3c2b71f2e968c00e6e4fcc31c5bddee)

Author SHA1 Message Date
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
Philip Andersson fcfda74543 [Bugfix] el-select multiple with vuex (#4226)
* Select: Fix Vuex compability when using multiple

* Adding timeout for first click to allow input event to propagate before second click

* Update select.vue
2017-04-29 21:05:01 +08:00
杨奕 92b4156aaa Select: optimize performance of long option list (#4444) 2017-04-26 00:08:15 +08:00
杨奕 5abce7d800 Dialog: add before-close (#4423) 2017-04-25 17:28:40 +08:00
pengchongfu 36cc555f6e Select: avoid stack overflow, fix #4106 2017-04-16 11:35:21 +08:00
杨奕 cc1349eba9 Select: fix single mode allow-create not working in Vue 2.2.x (#3984) 2017-04-06 18:49:12 +08:00
Semen Levenson b9e3e7faef Option: Fix #3728 bug
Select component with remote search clears what you typed when the value for each el-option is an object
2017-03-30 11:36:05 +08:00
Leopoldthecoder 62332f07ce Select: exec removeResizeListener in beforeDestroy hook, fixed #3797 2017-03-28 17:43:28 +08:00
pcf 04fa32a8d0 rename delete-tag to remove-tag 2017-03-26 21:33:00 +08:00
pcf 954caf12bc Select: fix delete-tag 2017-03-26 21:33:00 +08:00
pengchongfu a3dca68fb0 Select: add delete-tag event (#3632) 2017-03-26 21:33:00 +08:00
杨奕 c77489a44e Select: fix an undefined bug (#3015) 2017-02-24 17:23:49 +08:00
thomasyonug 080a996f3f select:fixed #2890 placeholder recover after options clear 2017-02-21 10:59:56 +08:00
杨奕 8d4b6f8f99 Select: fix incorrect scrollTop on first popup (#2699)
* Select: fix incorrect scrollTop on first popup

* Select: wrap tag text with a span
2017-02-12 13:01:10 +08:00
baiyaaaaa 5baa8774cb Merge pull request #2754 from ElemeFE/1.2-try
1.2 try
2017-02-09 19:11:14 +08:00
Leopoldthecoder 3243b8fc98 Merge branch 'dev' into 1.2-merge1
# Conflicts:
#	package.json
#	src/utils/popup/index.js
#	yarn.lock
2017-02-09 17:33:42 +08:00
HakurouKen 474084e63d Remove unused prop in `ElOption`. (#2730)
* Fix lint error.

* Remove unused prop.
2017-02-09 15:53:23 +08:00
杨奕 332b58886d Scrollbar: return if component gets destroyed in mounted hook (#2588)
* Scrollbar: return if component gets destroyed in mounted hook

* Select: handle paste events in filterable mode
2017-02-04 16:15:24 +08:00
Pierre-Louis Renaudin f62fab6838 Fix #2596 filterable group select 2017-01-26 17:42:29 +08:00
Leopoldthecoder d382d46e06 delete Select configs 2017-01-23 16:07:52 +08:00
Leopoldthecoder 5e455f911f Select: fix incorrect popper updating when filterable 2017-01-23 14:21:43 +08:00
cinwell.li 9f5c08e6e6 Clean packages (#2345) 2017-01-23 14:06:01 +08:00
Leopoldthecoder 8fc55e30e6 Select: input regain focus when multiple&filterable 2017-01-22 12:48:02 +08:00
Leopoldthecoder 1c6c0cda45 Select: fix disabled multiple filterable bug, add missing scrollbar styles 2017-01-22 12:23:12 +08:00
baiyaaaaa 20fabc7b09 change vue-pomper 'options' to 'popperOptions' 2017-01-18 17:36:37 +08:00
Leopoldthecoder b5d5922709 Select: get the latest cached option 2017-01-18 14:40:59 +08:00
Leopoldthecoder 37ee8e9f88 Select: update style if initially invisible 2017-01-18 14:40:59 +08:00
Leopoldthecoder 7f0525b15a Select: fix filterable error with number-typed value 2017-01-13 12:38:54 +08:00
十界 868847161a Select: fix multiple style issue (#2330) 2017-01-11 10:35:19 +08:00
Leopoldthecoder 3b5248ec2a Select: fix filterable init value issue, fixed #2196 2017-01-05 22:31:37 +08:00
Leopoldthecoder 68c1c84875 Select: fix allowCreate bug 2017-01-03 23:28:42 +08:00
Herrington Darkholme 23423e39e7 general: normalize name in default export 2017-01-01 01:11:21 +08:00
杨奕 308ae62cb3 Select: fix dropdownUl undefined bug (#2120) 2016-12-30 18:10:57 +08:00
杨奕 d2f02b828f Merge branch 'dev' into 1.1 2016-12-28 15:23:51 +08:00
Leopoldthecoder 447dfe0d44 Select: fix disabled multiple tag delete 2016-12-27 11:55:00 +08:00
cinwell.li 05be27e162 Merge branch '1.1' into feat/ssr 2016-12-26 19:51:55 +08:00
qingwei.li a906a5fccb Add vue-popup and dom helper 2016-12-26 11:41:15 +08:00
qingwei.li daec90af9f SSR feature 2016-12-26 10:45:20 +08:00
qingwei.li 5aea5eced3 Add scrollbar 2016-12-23 12:09:17 +08:00
杨奕 12e4b02e31 Select: optimize filterable, fixed #1933 (#1935) 2016-12-23 00:48:54 +08:00
杨奕 f14628254a add popper-class for DatePicker, Select and Tooltip (#1806) 2016-12-20 16:38:47 +08:00
杨奕 240fda5af8 Select: add visible-change event (#1849) 2016-12-20 09:11:10 +08:00
杨奕 92742dc56a Select: fix a dropdown update bug (#1784) 2016-12-18 21:24:02 +08:00
baiyaaaaa a5bdd2cabb component README update and fix 2016-12-16 10:57:54 +08:00
杨奕 9c7786b203 Select: add size property (#1715) 2016-12-13 22:42:01 +08:00
杨奕 0ccd537cc8 Select: fix filterable group bug, fixed #1678 (#1679) 2016-12-13 10:34:53 +08:00
Leopoldthecoder af0d7288bd Select: fix clearable still working bug in disabled mode 2016-12-08 18:42:19 +08:00
Leopoldthecoder 3245232917 Select: fix display issue of object-typed value in remote mode 2016-12-07 18:16:21 +08:00
Leopoldthecoder f3116acbbe Select: show dropdown when options are given in remote mode 2016-12-05 23:15:34 +08:00
杨奕 6e618b4c6d Select: fix async bug/fix object-typed value init issue (#1540) 2016-12-05 18:21:09 +08:00
baiyaaaaa 7a85d55f31 normalize transition class name 2016-12-03 19:30:21 +08:00
杨奕 06a739ff22 Select: fix remote filter not showing dropdown issue (#1535) 2016-12-03 18:09:20 +08:00
Leopoldthecoder 3ee74b296e Select: fix minor bugs 2016-12-01 22:40:45 +08:00
Leopoldthecoder 2d07391d3c Select: add allow-create doc and test 2016-12-01 22:34:31 +08:00
Leopoldthecoder 1942e63453 Select: add allow-create 2016-12-01 22:34:31 +08:00
Leopoldthecoder c058beb2be Select: add multipleLimit 2016-12-01 22:34:31 +08:00
Leopoldthecoder ce3bed6cb5 Select: refactor and bug fix 2016-12-01 22:34:30 +08:00
baiyaaaaa ba983ffb96 normalize the componentName writing 2016-11-26 16:51:04 +08:00
kingwl e44bf50e5d Select: fix clear on remote mode 2016-11-25 21:32:13 +08:00
kingwl 2f37355136 Select: fix priority of label and value 2016-11-25 21:10:12 +08:00
杨奕 24c5ff8c4c Select: fix icon and input click (#1253) 2016-11-22 21:42:58 +08:00
杨奕 897ec4650c Select: add focus listener (#1193) 2016-11-18 20:03:19 +08:00
qingwei.li a13b49b609 Locale: fix dynamic change locale 2016-11-18 20:03:14 +08:00
Leopoldthecoder a11e8d115c Select: fix value clear bug when value is initialized in mounted hook 2016-11-10 20:27:18 +08:00
qingwei.li 3c12100f52 Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
qingwei.li 47392d1e29 Locale: rename $t to t 2016-11-07 23:33:33 +08:00
qingwei.li 70307dfadb fix package.json url 2016-11-06 12:26:14 +08:00
FuryBean 5a6b4fbf2a Merge pull request #829 from Leopoldthecoder/select-value
Select: fix clear value & remote label
2016-11-04 22:29:35 +08:00
baiyaaaaa 726685fd38 tag remove improve 2016-11-04 17:53:55 +08:00
Leopoldthecoder 845d716e3f Select: fix clear value & remote label 2016-11-04 17:41:37 +08:00
Leopoldthecoder aa27888a58 Select: fix an illegal filter regexp bug 2016-11-04 17:03:49 +08:00
Leopoldthecoder 434bc360f0 Select: fix a form validation bug 2016-11-03 10:14:24 +08:00
Leopoldthecoder 10373eaf6c Select: fix an input initial height bug 2016-11-01 11:37:38 +08:00
杨奕 01531e84e0 i18n: add English config (#685) 2016-10-27 20:14:31 +08:00
cinwell.li f960ea50b9 Add locale feature (#678)
fix
2016-10-27 17:31:22 +08:00
cinwell.li 4dd8b094cb Update externals (#641) 2016-10-25 21:35:41 +08:00
杨奕 2f0ba607f4 Select: add test (#636) 2016-10-25 18:00:39 +08:00
Leopoldthecoder 70aed33c69 Select: add resize event 2016-10-20 18:44:09 +08:00
cinwell.li 510034d2d2 Add istanbul ignore (#521) 2016-10-19 22:48:35 +08:00
Leopoldthecoder 5352f31f16 fix multiple remote select's default value issue 2016-10-18 16:45:54 +08:00
qingwei.li 0cc28fb16a Support publish component packages 2016-10-17 12:14:10 +08:00
Leopoldthecoder 9c71e58c15 fix select icon animation 2016-10-13 14:02:44 +08:00
qingwei.li 06392ade7b Clear dependencies 2016-10-13 11:12:24 +08:00
cinwell.li de696c78bc Tooltip/Popover: adjust the element to body, fixed #296 (#300)
* Tooltip/Popover: adjust the element to body, fixed #296

* Popover: fix destroy popover

* Refactor vue-popper, #296

* Fix datepicker style

* Poppover: remove settimeout

* Select: fix click outside

* Fix popper zIndex
2016-10-12 17:41:49 +08:00
Leopoldthecoder 389d2bb7d8 replace classList with wind-dom 2016-10-11 19:03:33 +08:00
Leopoldthecoder 1ceafc42e1 fix remote filtered select value update bug 2016-10-11 12:58:01 +08:00
Leopoldthecoder ba264fab0a fix Select automatically expand issue 2016-10-10 14:42:19 +08:00
Leopoldthecoder f29dd399d6 show dropdown when input is focused via tab 2016-10-06 23:38:19 +08:00
杨奕 b788476f6f bug fixes/add resource download url (#96) 2016-09-21 10:19:50 +08:00
Leopoldthecoder ea3f87f61d update popover/tooltip docs 2016-09-13 10:23:24 +08:00
cinwell.li c9773b22e8 Merge pull request #57 from Leopoldthecoder/master
misc doc updates
2016-09-12 14:47:54 +08:00
Leopoldthecoder 0dba1da935 misc doc updates 2016-09-12 13:53:45 +08:00
qingwei.li 367018bb9e TimePicker: set default value 2016-09-10 10:01:48 +08:00
qingwei.li a7c30b5148 package: add lint script & lock vue version 2016-09-09 11:51:28 +08:00
Leopoldthecoder c5c050a52a update footer-nav 2016-09-07 18:39:09 +08:00
baiyaaaaa 8c3b57afdc Merge pull request #10 from QingWei-Li/master
Use cooking@1.0.0-rc.2
2016-09-06 16:33:06 +08:00
qingwei.li 3b539efb3a Use cooking@1.0.0-rc.2 2016-09-06 11:51:08 +08:00
Leopoldthecoder 95b40b739e update Message icon style 2016-09-05 20:11:11 +08:00
Leopoldthecoder 01e315c9b1 fix select reset bug 2016-08-31 17:10:41 +08:00
Leopoldthecoder eb03154839 DatePicker/DatetimePicker doc update 2016-08-29 19:04:31 +08:00
Leopoldthecoder ff9a5ba530 Alert/Select/Notification/Table doc update 2016-08-26 19:46:45 +08:00
qingwei.li 39bf244190 Fix Option 'label' prop 2016-08-24 18:52:07 +08:00
Leopoldthecoder 919f74b3b8 switch itemSelected into a computed property 2016-08-21 11:04:29 +08:00
Leopoldthecoder 139a30745c fix select bugs 2016-08-20 15:00:01 +08:00
Leopoldthecoder 1e317a3c3b add transition-group in select 2016-08-19 18:20:54 +08:00
Leopoldthecoder cc0ca6851b remove select unnecessary input emits 2016-08-17 14:08:54 +08:00
Leopoldthecoder 557a09c647 add message 2016-08-15 16:10:12 +08:00
qingwei.li 6ad98f7ec1 update time/date picker 2016-08-11 12:20:29 +08:00
Leopoldthecoder f80f2d55e3 update switch 2016-08-04 19:56:54 +08:00
qingwei.li 3140e784b9 update pagination 2016-07-29 17:46:16 +08:00
qingwei.li a733f7835e update select and input 2016-07-28 18:37:14 +08:00
qingwei.li e320f43c2d Initial commit 2016-07-27 14:15:02 +08:00