Skip to content

Commit 2500030

Browse files
committed
fix IOS bug in laravel2step published views
1 parent 648eaac commit 2500030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/vendor/laravel2step/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)