8000 fix(CFormRange): change the wrong property name `steps` to `step` · mastercodekw/coreui-react@fb1b219 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb1b219

Browse files
committed
fix(CFormRange): change the wrong property name steps to step
1 parent 4e89240 commit fb1b219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/coreui-react/src/components/form/CFormRange.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface CFormRangeProps extends InputHTMLAttributes<HTMLInputElement> {
3838
/**
3939
* Specifies the interval between legal numbers in the component.
4040
*/
41-
steps?: number
41+
step?: number
4242
/**
4343
* The `value` attribute of component.
4444
*

0 commit comments

Comments
 (0)
0