Big Numbers Demo - The standard HTML input has no limitation when xs:decimal or xs:integer is used however HTML5 type="number" may not handle more than 15 ciphers depending on browser implementation. Note that for a xs:decimal type="number" cannot be u...
Text input minlength - no support on browsers yet ? w3 sarcastic on twitter ;-) http://www.w3.org/html/wg/drafts/html/CR/forms.html#the-maxlength-and-minlength-attributes - 2015 Opera 27 supports it, now also Chrome, still Mozilla not
Example of credit card form, Expiration Date option #1 {XX}-{month-name} {year} - ideas taken from http://baymard.com/blog/how-to-format-expiration-date-fields
Example of credit card form, Expiration Date option #3 All in One {MM}-{Year} - ideas taken from http://baymard.com/blog/how-to-format-expiration-date-fields https://www.dropbox.com/s/wgp1k7817sj9ckg/dynamically%20change%20the%20security%20code%20descr...