yesod/yesod-form/Yesod
Will Thompson 94e4cf0213 jqueryDayField: do nothing if <input type=date> supported
On iOS 5, for example, <input type=date> throws up a native date picker,
so there's no reason to show the jquery-ui datepicker.

This is not perfect, because the jquery-ui JavaScript and CSS are still
loaded, and the JqueryDaySettings are not turned into attributes on the
<input>, but it's a start.
2012-01-05 09:29:06 +00:00
..
Form jqueryDayField: do nothing if <input type=date> supported 2012-01-05 09:29:06 +00:00
Helpers Add 'yesod-form/' from commit '53b7c3b81015e7f244c6b8961ca2f07979f932e2' 2011-07-22 08:59:57 +03:00
Form.hs Reexport FormMessage (..) from Yesod.Form.Fields. 2011-09-11 11:45:24 +08:00