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