We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
steps
step
1 parent 4e89240 commit fb1b219Copy full SHA for fb1b219
packages/coreui-react/src/components/form/CFormRange.tsx
@@ -38,7 +38,7 @@ export interface CFormRangeProps extends InputHTMLAttributes<HTMLInputElement> {
38
/**
39
* Specifies the interval between legal numbers in the component.
40
*/
41
- steps?: number
+ step?: number
42
43
* The `value` attribute of component.
44
*
0 commit comments