Events
| Property | Type | Description | 
|---|---|---|
| onChange | function | (optional) will be called on state changes made by the user. The callback valueandrawValueis a number{ value, rawValue, event }. But if the propnumberFormatis given, then it will return an additionalnumberwith the given format{ value, number, rawValue, event }. | 
| onDragStart | function | (optional) will be called once the user stops dragging. Returns { event }. | 
| onDragEnd | function | (optional) will be called once the user starts dragging. Returns { event }. |