Class: Felt::InputGroup::PasswordField
- Defined in:
- lib/input_group/password_field.rb
Overview
Renders an input group around a password field. For security reasons this field is blank by default; pass in a value via options if this is not desired.
Instance Attribute Summary
Attributes inherited from Base
#attribute, #form, #input_options, #options
Instance Method Summary collapse
Methods inherited from Base
#classes, #error_classes, #errors, #errors?, #help, #help?, #help_classes, #hint, #hint?, #hint_classes, #initialize, #input_classes, #label, #label?, #label_classes, #placeholder, #placeholder?
Constructor Details
This class inherits a constructor from Felt::InputGroup::Base
Instance Method Details
#config_key ⇒ Object
11 12 13 |
# File 'lib/input_group/password_field.rb', line 11 def config_key :password_field end |