[ 
https://issues.apache.org/jira/browse/TAP5-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAP5-1787.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.1
    
> TextField should be usable with HTML5 type values (such as "number", "email", 
> etc.)
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1787
>                 URL: https://issues.apache.org/jira/browse/TAP5-1787
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Johannes Holzer
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.1, 5.4
>
>
> Tapestry ignores valid html5 form input types, substituting "text" instead. 
> Example:
> <t:textfield value="foo" type="number" />
> Expected output:
> <input value="..." type="number">
> Actual output:
> <input value="..." type="text" />
> See also: http://www.w3.org/TR/html5/the-input-element.html

--
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

        

Reply via email to