class UiBibzInputs::UiSelectFieldInput
Public Instance Methods
input(wrapper_options)
click to toggle source
# File lib/ui_bibz/inputs/ui_bibz_inputs/ui_select_field_input.rb, line 5 def input(wrapper_options) merged_input_options = merge_wrapper_options(input_html_options, wrapper_options) UiBibz::Ui::Core::Forms::Selects::SelectField.new(input_attribute_name, new_options, merged_input_options).render end