You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, my guess is that hitting 'enter' is trying to submit the form. The default of a form is to submit the data to itself (same page), thus it looks like a reload. This will only affect the demo page.
On the demo page we could add something like the first code block in this answer to the demo page. http://stackoverflow.com/a/895231
There are a couple other options in the answers as well.
Want to give it a try and see if that resolves it?
It will need to be run after jquery has been included on the demo page.
Not sure if this is a bug, but pressing enter reloads the page; removing added fields.
The text was updated successfully, but these errors were encountered: