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
The New Party form should be wrapped in a <form> tag rather than a <v-card>. Currently with the <v-card> when you press enter (the usual way of submitting forms via the keyboard) nothing happens.
The text was updated successfully, but these errors were encountered:
Uhhh, that looks like a different issue, this issue is only about being able to hit enter instead of submitting the form with the button. Also, it looks like your error has to do something with the use of sockets because that's the only time emit is mentioned in the code. I believe what's happened is that the socket hasn't been created but the code tried to use it anyway. If you could open up another issue in which you show how to reproduce this error that would really help.
The New Party form should be wrapped in a
<form>
tag rather than a<v-card>
. Currently with the<v-card>
when you press enter (the usual way of submitting forms via the keyboard) nothing happens.The text was updated successfully, but these errors were encountered: