Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb1b219

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/coreui-react/src/components/form/CFormRange.tsx
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.