Sha256: 2c10b93c4b8a8aa3a190e03788599de2cfd5b869810a04b49aea2925ea511c99
Contents?: true
Size: 406 Bytes
Versions: 12
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module UiBibzInputs class UiComboboxFieldInput < CollectionInput include UiBibz::Ui::Core::Forms::Texts def input(_wrapper_options) UiBibz::Ui::Core::Forms::Texts::ComboboxField.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
12 entries across 12 versions & 1 rubygems