Class: FormProps::Inputs::PasswordField
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from FormProps::Inputs::Base
Instance Method Details
#render ⇒ Object
6 7 8 9 |
# File 'lib/form_props/inputs/password_field.rb', line 6 def render @options = {value: nil}.merge!(@options) super end |