Ah, I see. Well, one thing you could do is to not validate when
there's a delete (using $_ [3]). But that would
enable people to erase everything (leaving nothing). I
guess you could counteract that by validating on focusout
as well, and using invalidCommand to put 0
or so back in the widget (or the last legal entry).