Class: Avo::Fields::TagsField::IndexComponent

Inherits:
IndexComponent show all
Includes:
Concerns::ItemLabels
Defined in:
app/components/avo/fields/tags_field/index_component.rb

Instance Attribute Summary

Attributes inherited from IndexComponent

#field, #kwargs, #parent_resource, #view

Instance Method Summary collapse

Methods included from Concerns::ItemLabels

#label_from_item, #suggestions_are_a_hash?, #suggestions_by_id, #value_for_item

Methods inherited from IndexComponent

#field_wrapper_args, #initialize, #resource_view_path

Methods included from ResourcesHelper

#field_wrapper, #filter_wrapper, #index_field_wrapper, #item_select_all_input, #item_selector_init, #item_selector_input, #resource_grid, #resource_table

Methods inherited from BaseComponent

#has_with_trial

Constructor Details

This class inherits a constructor from Avo::Fields::IndexComponent

Instance Method Details

#valueObject



6
7
8
# File 'app/components/avo/fields/tags_field/index_component.rb', line 6

def value
  @field.field_value
end