aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/Field
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-11 02:17:31 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-03-11 02:17:31 +0000
commit881dd5577887267d76437631ccd0f456d56f9d99 (patch)
treebbf9ddb4847b96cc22ce21b991e19875f379cb0d /lib/Reaction/UI/ViewPort/Field
parent6447c1ddad112023156da4243e9123b9877c839f (diff)
downloadreaction-881dd5577887267d76437631ccd0f456d56f9d99.tar.gz
reaction-881dd5577887267d76437631ccd0f456d56f9d99.zip
special exists event, force_events
Diffstat (limited to 'lib/Reaction/UI/ViewPort/Field')
-rw-r--r--lib/Reaction/UI/ViewPort/Field/Role/Mutable/Simple.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Reaction/UI/ViewPort/Field/Role/Mutable/Simple.pm b/lib/Reaction/UI/ViewPort/Field/Role/Mutable/Simple.pm
index 66fa464..4244b31 100644
--- a/lib/Reaction/UI/ViewPort/Field/Role/Mutable/Simple.pm
+++ b/lib/Reaction/UI/ViewPort/Field/Role/Mutable/Simple.pm
@@ -31,6 +31,8 @@ role Simple which {
around accept_events => sub { ('value_string', shift->(@_)) };
+ around force_events => sub { (value_string => '', shift->(@_)) };
+
};
1;