Sha256: 2f41ea5ab59755adcc77fc8d0586cc6aab470d91b835ba6d98a4b3eb86213518

Contents?: true

Size: 304 Bytes

Versions: 5

Compression:

Stored size: 304 Bytes

Contents

= form_field(text_field, :index => index, :prefix => prefix, :class => "text-field") do |f|
  = f.text_field :label, :title => "Text Field Label", :placeholder => "Text Field Label", :id => nil
  = f.select :input_type, Forms::Fields::TextField::INPUT_TYPES, {}, :id => nil
  = f.required_field_checkbox

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wheelhouse-forms-1.2.2 app/views/forms/forms/_text_field.haml
wheelhouse-forms-1.2.1 app/views/forms/forms/_text_field.haml
wheelhouse-forms-1.2 app/views/forms/forms/_text_field.haml
wheelhouse-forms-1.1 app/views/forms/forms/_text_field.haml
wheelhouse-forms-1.0 app/views/forms/forms/_text_field.haml