vue-instant
vue-instant copied to clipboard
Overflowing text in input doesn't align with placeholder text
When the input's text is longer than the input's width, the placeholder text doesn't align to the actual text while scrolling which causes some ghosting.
Can you give me a text example?
On the JSFiddle demo in your repo, select a longer movie name (e.g. "The Secret Life of Walter Mitty") and set width: 200px on form.searchbox. Then scroll to the end of the input text.
:( It's a pity. I will fix it when I have time