Closed rcjsuen closed 3 years ago
Multiple input elements were named nickname which meant that the input in one field would overwrite the input of another field. Assigning the input elements a unique id for each game room fixes this problem.
nickname
This fixes #48.
Hello @rcjsuen, thank you for your PR!
Just out of curiosity, what other element had the ID nickname? 🤔
Never mind, the issue clears it up. Thanks 🙂
Multiple input elements were named
nickname
which meant that the input in one field would overwrite the input of another field. Assigning the input elements a unique id for each game room fixes this problem.