sync_to_action not required, will trigger off value set
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Mutable / String.pm
1 package Reaction::UI::ViewPort::Field::Mutable::String;
2
3 use Reaction::Class;
4
5 class String is 'Reaction::UI::ViewPort::Field::String', which {
6   does 'Reaction::UI::ViewPort::Field::Role::Mutable';
7 };
8
9 1;