Really cool stuff. I love the simplicity of reactive cells and I've been writing views in coffeescript for a while now. (https://github.com/jkarmel/space-pen)
As I was playing around with the JS fiddle todo example I noticed that there is no focus restoration when I have the todos update on 'keyup' instead of on the form submission:
As I was playing around with the JS fiddle todo example I noticed that there is no focus restoration when I have the todos update on 'keyup' instead of on the form submission:
(you can see this in action at http://jsfiddle.net/EwfB8/2/)Any plans to add a feature for dealing with this issue?