It is starting to look like this may actually work after all. Listview is the only...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / ChooseMany.pm
index bd11672..6e9ef47 100644 (file)
@@ -12,11 +12,13 @@ class ChooseMany is 'Reaction::UI::Widget::Field', which {
   available_values renders [ option over func('viewport', 'available_value_choices') ];
   selected_values  renders [ option over func('viewport', 'current_value_choices')   ];
   option renders [string {"DUMMY"}], { v_value => sub {$_->{value}}, v_name => sub {$_->{name}} };
+  action_buttons renders [ string {"DUMMY"} ];
 
 };
 
 1;
 
+__END__;
 
 =head1 NAME