mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Added type to Email input (#1124)
This commit is contained in:
@@ -30,7 +30,7 @@ doc-subtab: general
|
||||
<div class="field">
|
||||
<label class="label">Email</label>
|
||||
<div class="control has-icons-left has-icons-right">
|
||||
<input class="input is-danger" type="text" placeholder="Email input" value="hello@">
|
||||
<input class="input is-danger" type="email" placeholder="Email input" value="hello@">
|
||||
<span class="icon is-small is-left">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user