Commit Graph

5 Commits

Author SHA1 Message Date
Michael Jumper
038f5ba0c5 GUACAMOLE-630: Do not contain entire field nor entire header within <label>.
Enclosing the entire field within the <label> results in problems when
the field is large and when the field contains multiple interactive
elements. Clicking within interactive elements of a complex field
triggers the <label>, refocusing the first input element. If the field
is large, the <label> will contain empty space which also refocuses the
input field upon being clicked, despite appearing to be the background
of the page.
2019-08-08 21:30:44 -07:00
Michael Jumper
2f73c20321 GUAC-1213: Parse time values leniently. 2015-08-11 12:56:27 -07:00
Michael Jumper
0ee7cfa1f3 GUAC-1213: Add date/time field format placeholders. 2015-08-10 11:40:25 -07:00
Michael Jumper
4db7034608 GUAC-1213: Use HTML5 date/time input types. 2015-08-10 11:24:35 -07:00
Michael Jumper
2e52382fd9 GUAC-1213: Add date and time fields, along with corresponding template/controller stubs. 2015-08-10 11:18:57 -07:00