Hello,
I have a form where I have multiple inputs, so the accept button cannot close my keyboard. The form is shown on a modal.
I prepared this https://jsfiddle.net/3cfyjhgw/3/ so you can see the problem. Try the following:
- Insert several numbers
- Click the button
accept
- Click the button
clear
- Enter again several numbers
- Click various times in
accept
- Try to enter numbers again
Well done, you've now crashed the browser tab. I have tried on Chrome and Firefox and both have the problem.
At first I thought the problem might be due to the accepted event I was firing and also thought it was my code problem, but after a few tests I finally realize that the plugin was causing the issue.
Thanks.
EDIT 1: I tested again and actually it seems that it only needs to click several times on accept button to crash it..
Hello,
I have a form where I have multiple inputs, so the
acceptbutton cannot close my keyboard. The form is shown on a modal.I prepared this https://jsfiddle.net/3cfyjhgw/3/ so you can see the problem. Try the following:
acceptclearacceptWell done, you've now crashed the browser tab. I have tried on Chrome and Firefox and both have the problem.
At first I thought the problem might be due to the
acceptedevent I was firing and also thought it was my code problem, but after a few tests I finally realize that the plugin was causing the issue.Thanks.
EDIT 1: I tested again and actually it seems that it only needs to click several times on
acceptbutton to crash it..