TrustTheVote-Project / horatio-client

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

Supplement minlength with pattern requirements #37

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

minlength is not supported widely enough to rely on it. Supplement it with the pattern attribute to make sure input satisfies minimum length requirements.