Skip to content

Commit 660e4dd

Browse files
committed
added longStep to have independent step for longPress
1 parent 67ab3e6 commit 660e4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputSpinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ InputSpinner.defaultProps = {
12451245
value: 0,
12461246
initialValue: null,
12471247
step: 1,
1248-
longStep: 1,
1248+
longStep: 0,
12491249
precision: 2,
12501250
rounded: true,
12511251
shadow: false,

0 commit comments

Comments
 (0)