Skip to content

Files

Latest commit

 

History

History
11 lines (10 loc) · 477 Bytes

45.md

File metadata and controls

11 lines (10 loc) · 477 Bytes
title date submitter tags discussion
I want validation of paired form fields
2019-08-02 21:36:10 UTC
Ryan Olson
html
user-experience

In HTML5, we can validate an input field given a regex pattern. It would be nice for HTML to support validation when two fields match (like "password" and "password again"). This would allow us to do better form validation without needing to involve JavaScript.