I can set initial text input size in css, like so:
width: 50px;
But I would like it to grow when I type until it reaches for example 200px.
If you set the span to display: inline-block, automatic horizontal and vertical resizing works very well: