Sha256: 5fcb46df811c9f2697dfd1fc066aa7aada59b9eea56f2ab9c91d152dd699d771

Contents?: true

Size: 332 Bytes

Versions: 54

Compression:

Stored size: 332 Bytes

Contents

module Effective
  module FormInputs
    class NumberTextField < Effective::FormInput

      def build_input(&block)
        @builder.super_text_field(name, options[:input])
      end

      def input_html_options
        { class: 'form-control effective_number_text', autocomplete: 'off', id: tag_id }
      end

    end
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
effective_bootstrap-0.9.47 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.46 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.45 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.44 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.43 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.42 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.41 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.40 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.39 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.38 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.37 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.36 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.35 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.34 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.33 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.32 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.31 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.30 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.29 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.9.28 app/models/effective/form_inputs/number_text_field.rb