Sha256: f5adb5c22bc729cc0dfdfbdb0860e60d35d230c4b58579f8e4493ccc682d63f4
Contents?: true
Size: 314 Bytes
Versions: 61
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true module UiBibzInputs class UiMultiColumnFieldInput < CollectionInput include UiBibz::Ui::Core::Forms::Selects def input(_wrapper_options) UiBibz::Ui::Core::Forms::Selects::MultiColumnField.new(attribute_name, new_options, input_html_options).render end end end
Version data entries
61 entries across 61 versions & 1 rubygems