package Reaction::UI::ViewPort::Field::Password; use Reaction::Class; use Reaction::Types::Core qw(SimpleStr); use namespace::clean -except => [ qw(meta) ]; extends 'Reaction::UI::ViewPort::Field::String'; has '+value' => (isa => SimpleStr); #has '+layout' => (default => 'password'); __PACKAGE__->meta->make_immutable; 1; =head1 NAME Reaction::UI::ViewPort::Field::Password =head1 DESCRIPTION =head1 SEE ALSO =head2 L =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut