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

No validation UI for some form elements #1640

Open
CarlosNZ opened this issue Jun 24, 2024 · 0 comments
Open

No validation UI for some form elements #1640

CarlosNZ opened this issue Jun 24, 2024 · 0 comments
Labels

Comments

@CarlosNZ
Copy link
Collaborator

CarlosNZ commented Jun 24, 2024

I.e. there's no visual indicator for the user when they've failed to complete the element.

In particular (add to this list as we check them):

  • fileUpload
  • password

This is mainly because we're not using a standard "form" component (e.g. "input"), which has an "error" state. So for these ones we'll need to implement our own error UI for them.

@CarlosNZ CarlosNZ added the Dev label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant