Sha256: a872a60c7462897aee74553c9a43cd36d385d6c9f904ed99fa4e5a6b9c41bfea
Contents?: true
Size: 250 Bytes
Versions: 44
Compression:
Stored size: 250 Bytes
Contents
module UiBibzInputs class UiDropdownSelectFieldInput < CollectionInput def input(wrapper_options) UiBibz::Ui::Core::Forms::Selects::DropdownSelectField.new(input_attribute_name, new_options, input_html_options).render end end end
Version data entries
44 entries across 44 versions & 1 rubygems