Commit 6c26d26e authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #2136 from Leopoldthecoder/slider-doc

Slider: update change event doc
parents f93a163f 6e366f33
......@@ -132,5 +132,5 @@ Set value via a input box.
## Events
| Event Name | Description | Parameters |
|---------- |-------- |---------- |
| change | triggers when the value changes | value after changing |
| change | triggers when the value changes (if the mouse is being dragged, this event only fires when the mouse is released) | value after changing |
......@@ -156,4 +156,4 @@
### Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| change | 值改变时触发 | 改变后的值 |
| change | 值改变时触发(使用鼠标拖曳时,只在松开鼠标后触发) | 改变后的值 |
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment