Sha256: 7a19e1bfe66577259164af29c1f50b3ec590a642a52fbbcc3900dbc1e3cd3f7d
Contents?: true
Size: 264 Bytes
Versions: 3
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true module UiBibzInputs class UiSelectFieldInput < CollectionInput def input(_wrapper_options) UiBibz::Ui::Core::Forms::Selects::SelectField.new(input_attribute_name, new_options, input_html_options).render end end end
Version data entries
3 entries across 3 versions & 1 rubygems