Example of credit card form, Bad Design: Expiration Date as a gYearMonth, do not use. The constraint transforms a gYearMonth to a date with string concatenation..
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...
Big Numbers Demo no HTML 5 number - With a standard HTML input. xs:decimal and xs:integer - any number of digits and/or precision is supported on the server-side. The default fraction digits (8) can be overridden with the [fractionDigits] facet.
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 #2 Compact: {MM} / {YY} - 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...