feature request: autosizing textarea

For our application we need a textarea that automatically adjusts its height to fit all its rows, while typing. I’ve tried extending the widget and adjusting the $getSize method, but when I call the resize method when typing, I lose the focus of my textarea, not really sure why. I can probably figure it out, but maybe you guys have something like that on the roadmap? Would be nice.

Thanks