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 (JIRA)" <ji...@apache.org> on 2014/10/27 03:20:33 UTC

[jira] [Created] (TAP5-2408) upload component doesn't render class="form-control"

Paul Stanton created TAP5-2408:
----------------------------------

             Summary: upload component doesn't render class="form-control"
                 Key: TAP5-2408
                 URL: https://issues.apache.org/jira/browse/TAP5-2408
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-upload
    Affects Versions: 5.4
            Reporter: Paul Stanton
            Priority: Minor


the markup:
<t:upload t:id="file" />

renders:
<input id="file" name="file" type="file">

however, in keeping with other tapestry components it should add the bootstrap css class:
class="form-control"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)