Class: Uchi::Flowbite::Input::Email

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

Constant Summary

Constants included from Uchi::Field::Configuration

Uchi::Field::Configuration::DEFAULT_READER

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?

Constructor Details

This class inherits a constructor from Uchi::Field

Instance Method Details

#input_field_typeObject

Returns the name of the method used to generate HTML for the input field



7
8
9
# File 'app/components/uchi/flowbite/input/email.rb', line 7

def input_field_type
  :email_field
end