Commit 4629bed2 authored by Mohnish Thallavajhula's avatar Mohnish Thallavajhula

Use input type `password` for the password field in the CSS documentation.

parent 4cec956e
...@@ -1169,7 +1169,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1169,7 +1169,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<label for="exampleInputEmail">Email address</label> <label for="exampleInputEmail">Email address</label>
<input type="text" id="exampleInputEmail" placeholder="Enter email"> <input type="text" id="exampleInputEmail" placeholder="Enter email">
<label for="exampleInputPassword">Password</label> <label for="exampleInputPassword">Password</label>
<input type="text" id="exampleInputPassword" placeholder="Password"> <input type="password" id="exampleInputPassword" placeholder="Password">
<label for="exampleInputFile">File input</label> <label for="exampleInputFile">File input</label>
<input type="file" id="exampleInputFile"> <input type="file" id="exampleInputFile">
<p class="help-block">Example block-level help text here.</p> <p class="help-block">Example block-level help text here.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment