]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Added type to Email input (#1124)
authorTJ Kohli <hello@tjkohli.com>
Mon, 28 Aug 2017 08:31:52 +0000 (04:31 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 28 Aug 2017 08:31:52 +0000 (09:31 +0100)
docs/documentation/form/general.html

index a5abc75d891c657343d630536180d3291aa74b75..69c12b755849f39450c8b500f34996e42b4c5454 100644 (file)
@@ -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>