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
if you use the vue keyboard to type
stop
and then hit the physical enter key what will be produced is
stopp
if you click on the page and off the vue app it will not fire the enter key event.
I googled around and there are some notices on forms in vue app need two inputs. I tried messing with that and various submit/click prevents but no luck.
The text was updated successfully, but these errors were encountered:
for instance
if you use the vue keyboard to type
stop
and then hit the physical enter key what will be produced is
stopp
if you click on the page and off the vue app it will not fire the enter key event.
I googled around and there are some notices on forms in vue app need two inputs. I tried messing with that and various submit/click prevents but no luck.
The text was updated successfully, but these errors were encountered: