bboyle / html5-constraint-validation-API

A jQuery polyfill for the HTML5 constraint validation API
MIT License
3 stars 1 forks source link

.validationMessage should not be blank when .patternMismatch is true #6

Closed bboyle closed 12 years ago

bboyle commented 12 years ago
  1. provide a generic message when patternMismatch is true
  2. provide a catch all message (i.e. add an else to the validationMessage code to catch future cases)