Есть ли способ масштабировать ширину <input type="text">
до ширины фактического значения?
input {
display: block;
margin: 20px;
width: auto;
}
<input type="text" value="I've had enough of these damn snakes, on this damn plane!" />
<input type="text" value="me too" />