Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show/warn about required fields not being filled in in forms #110

Closed
SodaVolcano opened this issue Jul 11, 2024 · 1 comment · Fixed by #143 or #163
Closed

Show/warn about required fields not being filled in in forms #110

SodaVolcano opened this issue Jul 11, 2024 · 1 comment · Fixed by #143 or #163
Assignees
Labels
difficulty:medium frontend Task must have a front end issue priority:low

Comments

@SodaVolcano
Copy link
Collaborator

SodaVolcano commented Jul 11, 2024

Basic Information

Currently there's no display to indicate if a field is required. The button simply greys out if the required fields are not filled in without indicating which field is required. Maybe add an error message under/above the input component when the user clicks away but left the field blank? And auto add "(required)" to the subtitle?

@SodaVolcano SodaVolcano self-assigned this Jul 11, 2024
@SodaVolcano SodaVolcano added frontend Task must have a front end issue difficulty:medium priority:low labels Jul 11, 2024
Copy link

@SodaVolcano SodaVolcano removed their assignment Jul 12, 2024
@allyharrison allyharrison self-assigned this Jul 13, 2024
@Mingyu-Lian Mingyu-Lian self-assigned this Jul 15, 2024
ErikaKK added a commit that referenced this issue Jul 23, 2024
…issue-150-Store_token_from_server_in_local_storage_RAM_or_cookie_idk_-_Sign_in_and_Sign_up

The changes in #110 made signin page unable to submit so I discarded these changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment