I have an input: <input type="text">
. But if I type something longer than the length, it scrolls left. Obviously, I expected this, but I'm stuck trying to prevent that. I tried:
input {
width: auto;
}
but that doesn't work. Does anyone know how to fix this?
` tag when you click enter. It gets replaced with the input, so if there were line breaks and then there aren't anymore it would look strange.
– Mar 23 '21 at 18:33