1package Reaction::UI::Widget::Field::Text;
2
3use Reaction::UI::WidgetClass;
4
5use namespace::clean -except => [ qw(meta) ];
6extends 'Reaction::UI::Widget::Field';
7
8
9
10__PACKAGE__->meta->make_immutable;
11
12
131;
14
15__END__;
16
17=head1 NAME
18
19Reaction::UI::Widget::Field::Text - A text field
20
21=head1 DESCRIPTION
22
23See L<Reaction::UI::Widget::Field>
24
25=head1 AUTHORS
26
27See L<Reaction::Class> for authors.
28
29=head1 LICENSE
30
31See L<Reaction::Class> for the license.
32
33=cut
34