You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Paul Stanton (Created) (JIRA)" <ji...@apache.org> on 2012/03/06 13:22:58 UTC

[jira] [Created] (TAP5-1862) datefield: allow 'type' attribute to be specified

datefield: allow 'type' attribute to be specified
-------------------------------------------------

                 Key: TAP5-1862
                 URL: https://issues.apache.org/jira/browse/TAP5-1862
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.2
            Reporter: Paul Stanton


just as textfield allows you to override the default value for 'type', datefield should do the same.

this would allow you to specify "date" or "datetime" as per the html5 spec.

The only consideration for implementation is the integration of the 'hideTextField' attribute, but this could be mapped to a style declaration  (style="display:none;") instead of changing the input type.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira