Sha256: 1fb6019c7f963a9005be6c3bfe9d6395c5068f2a6e013be2eb98c1a1f38434d4

Contents?: true

Size: 334 Bytes

Versions: 3

Compression:

Stored size: 334 Bytes

Contents

module CustomInputs
  class FormulaInput < SimpleForm::Inputs::StringInput
    include UiBibz::Ui::Core::Forms::Numbers

    def input(wrapper_options)
      options = @options.merge({ builder: @builder })
      UiBibz::Ui::Core::Forms::Numbers::FormulaField.new(attribute_name, options, input_html_options).render
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ui_bibz-2.0.0.alpha28 app/inputs/custom_inputs/formula_input.rb
ui_bibz-2.0.0.alpha27 app/inputs/custom_inputs/formula_input.rb
ui_bibz-2.0.0.alpha26 app/inputs/custom_inputs/formula_input.rb