Remove username/password from docs
Password managers do weird things for these :(
This commit is contained in:
parent
ffa29f4cd9
commit
82ba586bc3
1 changed files with 0 additions and 28 deletions
|
|
@ -413,34 +413,6 @@
|
||||||
<input id="text${getCurrentId()}" disabled type="text" value="Windows Green"/>
|
<input id="text${getCurrentId()}" disabled type="text" value="Windows Green"/>
|
||||||
</div>
|
</div>
|
||||||
`) %>
|
`) %>
|
||||||
|
|
||||||
<p>
|
|
||||||
Other types of HTML5 text inputs are also supported.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<%- example(`
|
|
||||||
<div class="field-row-stacked" style="width: 200px">
|
|
||||||
<label for="text${getNewId()}">Email</label>
|
|
||||||
<input id="text${getCurrentId()}" type="email" value="admin@contoso.com"/>
|
|
||||||
</div>
|
|
||||||
<div class="field-row-stacked" style="width: 200px">
|
|
||||||
<label for="text${getNewId()}">Phone</label>
|
|
||||||
<input id="text${getCurrentId()}" type="tel" value="636-555-3226"/>
|
|
||||||
</div>
|
|
||||||
<div class="field-row-stacked" style="width: 200px">
|
|
||||||
<label for="text${getNewId()}">Password</label>
|
|
||||||
<input id="text${getCurrentId()}" type="password" value="hunter2"/>
|
|
||||||
</div>
|
|
||||||
<div class="field-row-stacked" style="width: 200px">
|
|
||||||
<label for="text${getNewId()}">Favorite Number</label>
|
|
||||||
<input id="text${getCurrentId()}" type="number" value="98"/>
|
|
||||||
</div>
|
|
||||||
<div class="field-row-stacked" style="width: 200px">
|
|
||||||
<label for="text${getNewId()}">Search</label>
|
|
||||||
<input id="text${getCurrentId()}" type="search" value="98 css"/>
|
|
||||||
</div>
|
|
||||||
`) %>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue