Sha256: 3bfe375c1004989713b24aa58a3afaac710c04e7ec2df9b4ee9b1f83d1c5bd22

Contents?: true

Size: 276 Bytes

Versions: 15

Compression:

Stored size: 276 Bytes

Contents

module FormtasticBootstrap
  module Inputs
    class SelectInput < Formtastic::Inputs::SelectInput
      include Base

      def to_html
        generic_input_wrapping do
          options[:group_by] ? grouped_select_html : select_html
        end
      end

    end
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
speedo-formstrap-1.2.9 lib/formtastic-bootstrap/inputs/select_input.rb
speedo-formstrap-1.2.8 lib/formtastic-bootstrap/inputs/select_input.rb
speedo-formstrap-1.2.7 lib/formtastic-bootstrap/inputs/select_input.rb
speedo-formstrap-1.2.6 lib/formtastic-bootstrap/inputs/select_input.rb
speedo-formstrap-1.2.5 lib/formtastic-bootstrap/inputs/select_input.rb
speedo-formstrap-1.2.4 lib/formtastic-bootstrap/inputs/select_input.rb
speedo-formstrap-1.2.0 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.2.0 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.1.2 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.1.1 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.1.0 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.0.3 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.0.2 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.0.1 lib/formtastic-bootstrap/inputs/select_input.rb
formtastic-bootstrap-1.0.0 lib/formtastic-bootstrap/inputs/select_input.rb