diff --git a/src/resources/views/scripts/input-parsing-auto-stepper.blade.php b/src/resources/views/scripts/input-parsing-auto-stepper.blade.php index f4f0aee..60863a8 100644 --- a/src/resources/views/scripts/input-parsing-auto-stepper.blade.php +++ b/src/resources/views/scripts/input-parsing-auto-stepper.blade.php @@ -2,7 +2,7 @@ $(function() { // Check for on keypress - $("input").on("keydown", function(event){ + $("input").on("keyup", function(event){ var self = $(this);