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.
forceStep
1 parent ae7cfea commit 5d73c33Copy full SHA for 5d73c33
haxe/ui/components/NumberStepper.hx
@@ -53,7 +53,7 @@ class NumberStepper extends InteractiveComponent implements ICompositeInteractiv
53
/**
54
* If true, values that differ from the specified `step` will be marked as invalid.
55
*/
56
- @:clonable @:behaviour(DefaultBehaviour, true) public var forceStep:Bool;
+ @:clonable @:behaviour(DefaultBehaviour, false) public var forceStep:Bool;
57
58
59
* The highest value this stepper can get to, even when set through code.
0 commit comments