Sha256: 889b4ee3104aec4d6ccfb213651f35b849a880b0fd0db323e655decc44cac104
Contents?: true
Size: 383 Bytes
Versions: 52
Compression:
Stored size: 383 Bytes
Contents
module UiBibzInputs class UiAutoCompleteFieldInput < CollectionInput include UiBibz::Ui::Core::Forms::Texts def input(wrapper_options) UiBibz::Ui::Core::Forms::Texts::AutoCompleteField.new(input_attribute_name, new_options, input_html_options).render end def new_options super.merge({ value: @builder.object.send(attribute_name) }) end end end
Version data entries
52 entries across 44 versions & 1 rubygems