class Formtastic::Inputs::EmailInput
@see Formtastic::Helpers::InputsHelper#input InputsHelper#input for full documentation of all possible options.
</form>
</fieldset>
</ol>
</li>
<input type=“email” id=“user_email_address” name=“user”>
<label for=“user_email_address”>Email address</label>
<li class=“email”>
<ol>
<fieldset>
<form…>
<% end %>
<% end %>
<%= f.input :email_address, :as => :email %>
<%= f.inputs do %>
<%= semantic_form_for(@user) do |f| %>
@example Full form context and output
`/email/‘, but can be applied to any text-like input with `:as => :email`.
`<li>` wrapper. This is the default input choice for attributes with a name matching
Outputs a simple `<label>` with a HTML5 `<input type=“email”>` wrapped in the standard
def to_html
def to_html input_wrapping do label_html << builder.email_field(method, input_html_options) end end