aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Value/List.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reaction/UI/Widget/Value/List.pm')
-rw-r--r--lib/Reaction/UI/Widget/Value/List.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Reaction/UI/Widget/Value/List.pm b/lib/Reaction/UI/Widget/Value/List.pm
index bd713e4..638cbfb 100644
--- a/lib/Reaction/UI/Widget/Value/List.pm
+++ b/lib/Reaction/UI/Widget/Value/List.pm
@@ -3,9 +3,9 @@ package Reaction::UI::Widget::Value::List;
use Reaction::UI::WidgetClass;
class List, which {
- widget renders [ qw/list item/ => { viewport => func(self => 'viewport') } ];
+ widget renders [ qw/list/ => { viewport => func(self => 'viewport') } ];
list renders [ item over func('viewport', 'value_names') ];
- item renders [ string { $_{_} } ];
+ item renders [ string {""} ], { value => $_ };
};
1;