Module: GenericFormFor::Inputs::Base::Number
- Includes:
- Placeholder
- Defined in:
- lib/generic_form_for/inputs/base/number.rb
Instance Method Summary collapse
Methods included from Placeholder
Instance Method Details
#input_html_options ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/generic_form_for/inputs/base/number.rb', line 7 def { :step => decimals, :min => minimal_number, :max => maximal_number }.merge(super) end |