You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The following APIs are shared by Slider and Range.
108
108
| handle | (props) => React.ReactNode || A handle generator which could be used to customized handle. |
109
109
| included | boolean |`true`| If the value is `true`, it means a continuous value interval, otherwise, it is a independent value. |
110
110
| reverse | boolean |`false`| If the value is `true`, it means the component is rendered reverse. |
111
-
| disabled | boolean \| boolean[]|`false`| If `true`, handles can't be moved. Can also be an array to disable specific handles in range mode, e.g. `[true, false, true]` disables first and third handles. |
111
+
| disabled | boolean \| boolean[]|`false`| If `true`, handles can't be moved. This prop can also be an array to disable specific handles in range mode, e.g. `[true, false, true]` disables first and third handles. |
112
112
| keyboard | boolean |`true`| Support using keyboard to move handlers. |
113
113
| dots | boolean |`false`| When the `step` value is greater than 1, you can set the `dots` to `true` if you want to render the slider with dots. |
114
114
| onBeforeChange | Function | NOOP |`onBeforeChange` will be triggered when `ontouchstart` or `onmousedown` is triggered. |
0 commit comments