Class: Flowbite::Input::Password
- Defined in:
- app/components/flowbite/input/password.rb
Constant Summary
Constants inherited from Field
Instance Attribute Summary
Attributes inherited from Field
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_type ⇒ Object
6 7 8 |
# File 'app/components/flowbite/input/password.rb', line 6 def input_field_type :password_field end |