Class: Uchi::Flowbite::Input::Date

Inherits:
Uchi::Field show all
Defined in:
app/components/uchi/flowbite/input/date.rb

Constant Summary

Constants included from Uchi::Field::Configuration

Uchi::Field::Configuration::DEFAULT_READER, Uchi::Field::Configuration::DEFAULT_VISIBLE

Instance Attribute Summary

Attributes inherited from Uchi::Field

#name, #repository

Instance Method Summary collapse

Methods inherited from Uchi::Field

#column_name, #edit_component, #edit_component_class, #group_as, #index_component, #index_component_class, #initialize, #new_component, #param_key, #permitted_param, #show_component, #show_component_class, #value

Methods included from Uchi::Field::Configuration

#initialize, #on, #reader, #searchable, #searchable?, #sortable, #sortable?, #visible, #visible_for?

Constructor Details

This class inherits a constructor from Uchi::Field

Instance Method Details

#input_field_typeObject



6
7
8
# File 'app/components/uchi/flowbite/input/date.rb', line 6

def input_field_type
  :date_field
end