1HTML::FormFu::Element::UPsaesrswCoorndt(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Element::Password(3)
2
3
4
6 HTML::FormFu::Element::Password - Password form field
7
9 version 2.07
10
12 my $element = $form->element( Password => 'foo' );
13
15 Password form field.
16
18 render_value
19 Normally, when a form is redisplayed because of errors, password fields
20 lose their values, requiring the user to retype it.
21
22 If "render_value" is true, password fields won't lose their value.
23
24 Default value: false
25
27 Is a sub-class of, and inherits methods from
28 HTML::FormFu::Role::Element::Input, HTML::FormFu::Role::Element::Field,
29 HTML::FormFu::Element
30
31 HTML::FormFu
32
34 Carl Franks, "cfranks@cpan.org"
35
37 This library is free software, you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
41 Carl Franks <cpan@fireartist.com>
42
44 This software is copyright (c) 2018 by Carl Franks.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.32.0 2020-07-28HTML::FormFu::Element::Password(3)