This is a pretty minimal addition to support the native <input type="date"> HTML5 field. I didn't attempt to add any kind of parsing or validation to the input, just whatever the browser itself enforces.
Thanks for the library, I really like the style of development it enables.
This is a pretty minimal addition to support the native
<input type="date">
HTML5 field. I didn't attempt to add any kind of parsing or validation to the input, just whatever the browser itself enforces.Thanks for the library, I really like the style of development it enables.