Skip to content

Commit 4e2b797

Browse files
authored
Merge pull request #6 from rich1888/iOS-input-bug
iOS fix for input changing
2 parents 2b609ae + ee04018 commit 4e2b797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/scripts/input-parsing-auto-stepper.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$(function() {
33
44
// Check for on keypress
5-
$("input").on("keydown", function(event){
5+
$("input").on("keyup", function(event){
66
77
var self = $(this);
88

0 commit comments

Comments
 (0)