
HTML::FormFu::Element::Password - Password form field

my $element = $form->element( Password => 'foo' );

Password form field.

Normally, when a form is redisplayed because of errors, password fields lose their values, requiring the user to retype it.
If render_value is true, password fields won't lose their value.
Default value: false

Is a sub-class of, and inherits methods from HTML::FormFu::Element::_Input, HTML::FormFu::Element::_Field, HTML::FormFu::Element

Carl Franks, cfranks@cpan.org

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.