neilenns / react-access-code-map

Access code map written using React
MIT License
0 stars 0 forks source link

Use email for username and clean up form types #61

Closed neilenns closed 1 year ago

neilenns commented 1 year ago

Fixes #33

Using email instead of username means the username field can be set to an email input type and get all sorts of auto-validation and auto-complete nonsense. Also set up the other properties such as required on the fields, more auto-validation goodness.