Github user sjcorbett commented on a diff in the pull request:

    https://github.com/apache/brooklyn-ui/pull/29#discussion_r66115710
  
    --- Diff: src/main/webapp/assets/tpl/apps/param.html ---
    @@ -34,6 +34,10 @@
             <input type="checkbox" class="param-value">
             <% } %>
         </td>
    +    <% } else if (sensitive == true && type == 'java.lang.String') { %>
    +    <td>
    +        <input type="password" class="param-value">
    --- End diff --
    
    What about the default value? And maybe worth using the `input-medium` 
class for consistency with the case below.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to