POLIMI-FER-codebenders / tournament_app

Tournament app for Code Defenders made by student team of POLIMI and FER students
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Forms are not cleared after the form module has been successfully submitted #52

Closed SimoneMezzaro closed 1 year ago

SimoneMezzaro commented 1 year ago

Fields in tournament creation and team creation forms should be cleared after the user clicks the button and the form is sent to the server. They should not be cleared if instead the user receives an error after pressing the button

DominikBrdar commented 1 year ago

Fixed for create team, but for create tournament I tried to do the same logic and it does not work, I don't know if it is because function is used instead of class?

FabioPatella commented 1 year ago

closed in ui improvement