Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-17 | Added checkboxes, form, longtext, option, plaintext, pulldown, and tags ↵ | Evan Winslow | |
input views. Kept things dry by creating a html/tag view that takes care of outputting attributes/body. | |||
2010-09-13 | radio input was overriding other radio inputs in a non-backwards-compatible way | Evan Winslow | |
2010-08-05 | Had the semantics of datetime and datetime-local reversed | Evan Winslow | |
2010-08-04 | Updating date-related inputs to accept timestamps as well as string input | Evan Winslow | |
2010-07-27 | Date now provides a placeholder hint by default to show what the format of ↵ | Evan Winslow | |
the date should be. | |||
2010-07-16 | Escapes input attribute values with htmlspecialchars and removes default ↵ | Evan Winslow | |
empty value from default inputs | |||
2010-07-07 | Changed $tag to $element in html5 input/default which was causing inputs to ↵ | Evan Winslow | |
not be displayed | |||
2010-07-01 | Added all valid html5 input types | Evan Winslow | |