class Maglev::Uikit::Form::ComboboxComponent

def initialize(label:, name:, search_path:, options: {}, html_options: {})

html_options: { data: { attribute: 'value' } }
}
clearable: false, spread_fields: false
value: nil, placeholder: nil, error: nil, selected_label: nil,
options: {
def initialize(label:, name:, search_path:, options: {}, html_options: {})
  @label = label
  @name = name
  @search_path = search_path
  @options = options
  @html_options = html_options
end