Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1787

TextField should be usable with HTML5 type values (such as "number", "email", etc.)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.3
    • 5.3.2, 5.4
    • tapestry-core
    • None

    Description

      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

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            johannes.holzer Johannes Holzer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: