Sha256: 0601fb9910c539e95ba7b91abb061103bb5fd92e39c5bb825e8a2f9ee7ec8ee2
Contents?: true
Size: 302 Bytes
Versions: 8
Compression:
Stored size: 302 Bytes
Contents
module CustomInputs class FormulaInput < SimpleForm::Inputs::StringInput include UiBibz::Ui::Core def input(wrapper_options) options = @options.merge({ builder: @builder }) UiBibz::Ui::Core::FormulaField.new(attribute_name, options, input_html_options).render end end end
Version data entries
8 entries across 8 versions & 1 rubygems