TextField ignores form input type
---------------------------------

                 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


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