Sha256: 1f26ff55595efe2b21d68d9758acfb3377ecb424bf5f7c11a4ebc2c897bae9df

Contents?: true

Size: 224 Bytes

Versions: 116

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

module Effective
  module FormInputs
    class TextArea < Effective::FormInput

      def input_html_options
        { class: 'form-control', rows: 3, id: tag_id }
      end

    end
  end
end

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
effective_bootstrap-1.19.13 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.12 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.11 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.10 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.9 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.8 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.7 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.6 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.5 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.4 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.3 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.2 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.1 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.19.0 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.18.7 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.18.4 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.18.3 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.18.2 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.18.1 app/models/effective/form_inputs/text_area.rb
effective_bootstrap-1.18.0 app/models/effective/form_inputs/text_area.rb