TrustTheVote-Project / horatio-client

A client for an absentee ballot request form.
MIT License
2 stars 4 forks source link

Replace birth year pulldown with text field #39

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

People can handle typing their birth year. Just put a regex on it to ensure that it's 4 digits and falls within a reasonable date range. Don't bother to ensure that it's more than 18 years ago—things get fuzzy with voting in primaries (17-year-old can vote in primaries if they'll be 18 by the election), so best to keep it simple.