Skip to content

Commit

Permalink
validate value event when autocorrecting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 13, 2023
1 parent 36d9543 commit 72c1bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/components/NumberStepper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ private class Events extends haxe.ui.events.Events {
_autoCorrectTimer = null;
}

ValueHelper.validateValue(_stepper);
_autoCorrectTimer = new Timer(_stepper.autoCorrectInterval, onAutoCorrectTimer);
} else {
var newValue = ValueHelper.validateValue(_stepper);
Expand Down

0 comments on commit 72c1bf9

Please sign in to comment.