From ee0401854ebbaf16c5cb4c7942bd4baf5f3d314c Mon Sep 17 00:00:00 2001 From: Richard Shipley Date: Thu, 27 Jun 2019 11:06:28 +0100 Subject: [PATCH] iOS fix for input changing --- .../views/scripts/input-parsing-auto-stepper.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);