Class: Flowbite::Input::DateTime

Inherits:
Field
  • Object
show all
Defined in:
app/components/flowbite/input/date_time.rb

Constant Summary

Constants inherited from Field

Field::SIZES, Field::STATES

Instance Attribute Summary

Attributes inherited from Field

#options, #size, #style

Instance Method Summary collapse

Methods inherited from Field

#call, classes, #classes, #initialize, sizes, styles

Constructor Details

This class inherits a constructor from Flowbite::Input::Field

Instance Method Details

#input_field_typeObject



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

def input_field_type
  :datetime_field
end