dwyl / dwyl/app

Form validation for person registration?

Open
#104 0 comments 0 reactions 0 assignees View on GitHub
discuss MVP priority-3 UI
Dominant language
Dart
Stars
152
Forks
22
PR merge metrics
No merged PRs in 30d

Description

At the moment we don't have _any_ validation client-side.
What are the thoughts?

The only real validation we _need_ is on email address. and we _could_ use `` which will do RFC (email format validation) in the browser before allowing submission:
- http://html5doctor.com/html5-forms-input-types/#input-email
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.