梁灏
6337de26b4
fix Slider bug, close #5183
2019-01-11 15:35:37 +08:00
梁灏
eb6d85bee7
fix #4281
2019-01-09 10:30:37 +08:00
Aresn
38a3d11f29
Merge pull request #3400 from 2hu12/patch-1
...
Fix race condition for changing "currentValue"
2019-01-07 17:36:12 +08:00
梁灏
69745a3c92
Update slider.vue
2019-01-07 17:17:24 +08:00
Aresn
4a12cdd2d8
Merge pull request #3968 from Baoyx007/patch-4
...
fix(slider): click slider bar get wrong action when max is beyond 100
2019-01-07 17:08:22 +08:00
Jongyoon Jeong
3f243f02ef
Issue 5002
2018-12-11 13:40:07 +09:00
刘晓堂
78f16ed43a
修复<Silder> BUG
...
修复<Silder> 显示数字输入框时, 清空输入框会导致组件失效
2018-10-31 14:09:04 +08:00
Haven
2e3a7bf557
fix(slider): click slider bar get wrong action when max is beyond 100
...
the newPos compared with minPosition should be Regularized.
eg: [https://jsfiddle.net/6yhxfkn3/3/ ](https://jsfiddle.net/6yhxfkn3/3/ ) , click the left side of the min point.
2018-06-27 16:30:11 +08:00
Sergio Crisostomo
166dbc5615
Correct values passed to checkLimits method
2018-05-02 16:37:57 +02:00
2hu
f2d087145e
Fix race condition for changing "currentValue"
...
One real world example, when using the `Slider` component as the audio play progress bar, the `value/currentValue` could be updated by listening the `timeupdate` event of the audio element or by user dragging interaction, but user interaction should have higher priority over the `timeupdate` event.
2018-04-15 20:32:02 +08:00
Vace
f672c42ba9
add props input-size
...
表单布局中包含slider时,input 样式无法统一。或者考虑 允许 `showInput` 的值为 `String`。控制input的size。
2018-04-04 10:48:54 +08:00
miomio-xiao
42ab875dd0
fix Slider not emit on-change event when click bar at first time
2018-04-04 09:54:30 +08:00
miomio-xiao
d4c9b17b0f
fix Slider组件第一次click的时候不触发on-change
2018-04-02 16:47:40 +08:00
bin.yang
cd07742407
slider组件 step为小数时回不到100的bug
2018-04-02 11:24:43 +08:00
bin.yang
3b71312aac
slider组件 step为小数时回不到100的bug
2018-04-02 11:18:14 +08:00
梁灏
5cb6ce9e52
Slider add Tooltip show when focus with keyboard
2018-02-26 11:59:25 +08:00
Graham Fairweather
791d254e64
Slider: Keyboard control like native
2018-02-09 08:41:40 +01:00
Sergio Crisostomo
e3549149db
normalise public (export) value to number of step decimal cases
2018-02-07 11:07:32 +01:00
Sergio Crisostomo
b964efae4e
Emit change on pointer up also
2018-02-02 07:55:09 +01:00
Sergio Crisostomo
eb8c6cd9b3
Correct steps calculation
2018-01-30 10:24:29 +01:00
Sergio Crisostomo
965b6d8e41
Fix slider for min/max values greater than 100
2018-01-30 08:24:39 +01:00
梁灏
2eccfc9938
fixed #2852
2018-01-23 18:14:23 +08:00
Sergio Crisostomo
3e9a7f9786
Correct barStyle computed property
2018-01-09 06:07:23 +01:00
Sergio Crisostomo
adc203b929
correct input display value
2017-12-22 14:47:55 +01:00
Sergio Crisostomo
2b87ffa91a
refactor and DRY Slider
2017-12-22 14:47:55 +01:00
梁灏
0460a1e811
fixed #812
2017-09-19 16:45:02 +08:00
oustn
ce4c0faafc
修复 Slider 滑动按钮单击时数值跳动 issue
...
https://github.com/iview/iview/issues/1354
2017-07-14 11:32:44 +08:00
梁灏
825ed58099
fixed bug
2017-07-10 13:52:53 +08:00
梁灏
ce45917bde
update Slider
2017-07-10 13:46:14 +08:00
梁灏
62a06f5679
fixed #724
2017-04-20 11:38:12 +08:00
梁灏
2f8104a321
update Slider
2017-04-07 09:38:55 +08:00
梁灏
a6fc94382c
fixed #461
2017-04-05 12:31:49 +08:00
梁灏
cd78c9c488
some comps support dispatch event to FormItem
...
some comps support dispatch event to FormItem
2017-03-09 11:14:40 +08:00
梁灏
b1c118d85e
support Dropdown
...
support Dropdown
2017-03-03 17:46:09 +08:00
梁灏
1c803cdfb0
support Slider
...
support Slider
2017-03-03 15:52:19 +08:00
Rijn
35deac7706
fix lint: missing semicolon
2017-02-22 09:16:45 -06:00
Rijn
5987219934
added show-tip to slider and added always to tooltip
2017-02-21 11:41:28 -06:00
jingsam
8a76ba042d
add slider on-input
2017-01-04 17:55:22 +08:00
梁灏
d170399368
update Slider
...
update Slider
2017-01-04 11:56:27 +08:00
jingsam
b0893113b3
🎨 add eslint
2016-12-25 22:49:42 +08:00
梁灏
f2be585e5e
optimize Slider when dragging can select content in page
...
optimize Slider when dragging can select content in page
2016-11-11 18:28:13 +08:00
梁灏
73772536d6
optimize Slider that sometime Tooltip shaking
...
optimize Slider that sometime Tooltip shaking(add controlled prop in
Tooltip component)
2016-11-11 18:22:53 +08:00
梁灏
5709f32ede
Slider support hidden Tooltip when tip-format return null
...
Slider support hidden Tooltip when tip-format return null
2016-11-11 17:40:27 +08:00
梁灏
41d90ccf1e
Slider can show stop dot
...
Slider can show stop dot
2016-11-11 16:14:25 +08:00
梁灏
69576f47f4
add Slider component
...
add Slider component
2016-11-11 15:08:12 +08:00
梁灏
36febc3c56
add Slider
...
add Slider
2016-10-28 17:35:28 +08:00