Class: Felt::InputGroup::PasswordField

Inherits:
Base
  • Object
show all
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

Class 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

Class Method Details

.config_keyObject



12
13
14
# File 'lib/input_group/password_field.rb', line 12

def config_key
  :password_field
end