Sha256: 1034b657517dd028b558dbedd7c420c17470c04ee46b750e5e6777daffa9ffbb

Contents?: true

Size: 320 Bytes

Versions: 72

Compression:

Stored size: 320 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' }
      end

    end
  end
end

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
effective_bootstrap-0.7.4 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.7.3 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.7.2 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.7.1 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.7.0 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.31 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.30 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.29 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.28 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.27 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.26 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.25 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.24 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.23 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.22 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.21 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.20 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.19 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.18 app/models/effective/form_inputs/number_text_field.rb
effective_bootstrap-0.6.17 app/models/effective/form_inputs/number_text_field.rb