Skip to content

Commit 4e89240

Browse files
committed
refactor(CFormRange): make the steps property optional
1 parent 7c60c9d commit 4e89240

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+
steps?: number
4242
/**
4343
* The `value` attribute of component.
4444
*

0 commit comments

Comments
 (0)