Commit Graph

1462 Commits (1d90390fa57494203db37497a833c9a68c62fb73)

Author SHA1 Message Date
DuLinRain 1d90390fa5 DateTimePicker: fix hidden last item of sidebar (#7567)
* Update picker-panel.css

fix "last item been overlapped by footbar bug" when sidebar items are two more。even overflow can not resolve this problem, it is not the same thing. the details you can see https://dulinrain.github.io/elementui/ElementUI%E4%B9%8B%E6%97%B6%E9%97%B4%E6%8F%92%E4%BB%B6Bug.html

* Update date-picker.css

reply to the reviewe of #7567 (https://github.com/ElemeFE/element/pull/7567)

* Update picker-panel.css

remove the previous fix after the review of  #7567(https://github.com/ElemeFE/element/pull/7567)

* Update date-picker.css

* Update picker-panel.css
2017-10-22 21:54:12 -05:00
Leopoldthecoder 8ba6b580fd Menu: fix close menu bug 2017-10-19 00:09:22 -05:00
Leopoldthecoder 2999279ae3 minor fixes for select, message-box and textarea 2017-10-18 18:38:13 +08:00
Leopoldthecoder c52b64dae1 [build] 1.4.7 2017-10-16 16:25:29 +08:00
Brad Adams 6d311ed6d3 Switch: Add `allowFocus` prop & focus/blur events (#7494)
* Table: Add `important` rule to `col-resize` cursor

* Table: Add `important` rule to `col-resize` cursor

* Update table-header.js

* [Switch]: Add `allowFocus` prop + blur/focus events

+ Add new `allowFocus` prop
+ Add event emitters for focus & blur events
+ Set `input` $ref `.focus()` on switch click event

* [Switch]: Add styling for when `allowFocus: true`

+ Add styling for when `allowFocus` prop is set to true.
+ Add styling for when input is focused

* [Switch]: Update docs
2017-10-16 02:52:10 -05:00
rennai 17c94d7410 fix #5813
修复 autocomplete 组件 IE11 下使用搜狗输入法,无法输入中文的问题
2017-10-14 06:53:47 -05:00
Brad Adams 0de6b447e5 Table: Add `important` rule to `col-resize` cursor (#7381)
* Table: Add `important` rule to `col-resize` cursor

* Table: Add `important` rule to `col-resize` cursor

* Update table-header.js
2017-10-09 07:07:10 -05:00
Hoxton Lau 2cf9c4e7a7 Form-item: fix "required" attribute is not effective for validation 2017-10-01 03:06:17 -05:00
Leopoldthecoder e1e6adbb23 [build] 1.4.6 2017-09-27 13:34:35 +08:00
Leopoldthecoder a4eb891a21 DatePicker: fix initial value of [] in range type 2017-09-26 19:32:49 -05:00
wenqing 58542b3a5e Select Autocomplete: change dropdown popper default options (#7227) 2017-09-26 02:54:09 -05:00
Leopoldthecoder 9e67ec3506 Tree: get prop from data if not specified in `props` 2017-09-26 02:00:14 -05:00
Leopoldthecoder 2fae006ba1 Cascader: fix filter 2017-09-26 01:02:10 -05:00
Leopoldthecoder f457cd7f57 Tooltip: fix disabled tooltip affecting other instances 2017-09-25 06:43:56 -05:00
Leopoldthecoder 1552f87592 Slider: fix button jumping to previous value when clicked 2017-09-24 06:27:08 -05:00
Leopoldthecoder 4e5bbbc978 [build] 1.4.5 2017-09-24 15:53:25 +08:00
Leopoldthecoder 7b8250b4e2 Select: return when query is null 2017-09-23 03:05:46 -05:00
Leopoldthecoder ffe6b8933c DatePicker: fix date input format 2017-09-23 02:06:40 -05:00
Hoxton Lau 06d29e2ed6 Form-item: fix typo 2017-09-22 04:47:17 -05:00
Hex a69d975730 Loading: update code style (#7152) 2017-09-21 06:14:06 -05:00
Leopoldthecoder dba797416e DatePicker: fix disabled dates for the west hemisphere 2017-09-19 23:07:35 -05:00
Leopoldthecoder 9f9629d2bb Upload: fix handleRemove param error 2017-09-18 05:11:49 -05:00
wacky6.AriesMBP d35ae01042 DatePicker: support default-value for date-range 2017-09-17 21:46:31 -05:00
Leopoldthecoder 678cf1103f Table: fix single filter active state 2017-09-17 07:51:39 -05:00
thegatheringstorm 4d2fac6f60 Upload: convert var to const and let 2017-09-16 07:33:25 -05:00
thegatheringstorm 6e3f46a500 Upload: convert map to forEach 2017-09-15 04:07:13 -05:00
杨奕 9be1a0ae8a update doc (#7033)
* Tooltip: update zh-CN doc

* Tooltip: update en doc

* Autocomplete: update docs
2017-09-14 23:16:45 -05:00
ryatziv 586bde090c Autocomplete: emit select of textbox value when no selection is made. (#6428)
* when pressing enter without a selection, select the currently entered text and clear selections.

* added "select-when-unmatched" flag

* restored "???" to "-"
2017-09-14 22:11:07 -05:00
Leopoldthecoder 36d4f0a6fc Select: move setSelect to mounted hook 2017-09-14 06:29:15 -05:00
Leopoldthecoder a750f5d6b1 TimePicker: fix cancel button 2017-09-14 05:39:54 -05:00
ryatziv 070f60c307 Tooltip: add hide-after timeout for hiding tooltip (#6401)
* added hide-after timeout for hiding tooltip

* restored clearTimeout(this.timeout) in handleClosePopper()
2017-09-13 21:45:25 -05:00
Leopoldthecoder 2057604e24 Tooltip: avoid adding handler repeatedly 2017-09-12 13:12:46 +09:00
Leopoldthecoder bd7ef92583 dropdown: reactive disabled trigger element 2017-09-12 12:49:28 +09:00
Hejx 心流 8fc973c51a LoadingL optimize the close process (#6966)
* Remove useless parameters

* Remove useless parameters

* [Tree docs] Modify typos

* [Loading] Optimize the close process

* Optimize the close process

* Revert the yarn.lock

* Update yarn.lock
2017-09-12 12:20:02 +09:00
Leopoldthecoder 4609154475 Tree: fix current-node-key === 0 bug 2017-09-11 19:49:48 +09:00
Leopoldthecoder fece184c64 Table: sortable header discoverability 2017-09-06 12:42:01 +08:00
Lukasz Balcerzak 40c204d3d6 Fixed reactivity of colors prop for rate component 2017-09-06 10:00:16 +08:00
Leopoldthecoder efdf74d1a6 [build] 1.4.4 2017-09-05 17:39:20 +08:00
huguangju e3c0e2ef05 Pagination: fix Jumper value should reassign when internalCurrentPage greater than internalPageCount 2017-09-05 17:12:18 +08:00
QingDeng adf357fb36 DatePicker:fix month status check Bug
fix month status check Bug
2017-09-03 20:46:23 +08:00
fanzhaobing 48074f2eee Slider: add props debounce 2017-09-02 17:49:56 +08:00
Leopoldthecoder 6ff168fd57 Dropdown: take care of disabled triggering element 2017-09-01 10:44:49 +08:00
Leopoldthecoder 3a005ef5da Table: fix undefined popper 2017-08-30 10:28:25 +08:00
Hejx 4b4b6ddf97 Remove useless parameters 2017-08-28 18:16:27 +08:00
Hejx f68af37f26 Remove useless parameters 2017-08-28 18:16:27 +08:00
QingDeng 5f05fd18fd TimePicker:fix hour selection can't select 23 bug 2017-08-28 11:20:35 +08:00
Leopoldthecoder 6ffcf5f79f [build] 1.4.3 2017-08-25 16:46:39 +08:00
WittBulter 6648c36a6c Input: fix params type 2017-08-25 15:05:34 +08:00
Leopoldthecoder 48135c7c50 Table: fix toFixed parameter overflow 2017-08-25 13:32:48 +08:00
Leopoldthecoder f0c4c5b587 InputNumber: fix style when nested in form item 2017-08-23 18:08:29 +08:00