santiblanko/vue-instant

Overflowing text in input doesn't align with placeholder text

jsonmaur opened this issue · 3 comments

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.

screen shot 2019-03-01 at 18 44 56

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