syropian/vue-input-autowidth

Paste text breaks max width

davidhernandeze opened this issue · 4 comments

Paste text breaks max width

When I use percentages on maxWidth and copy text until the inputs is full, if a continue pasting text the input start growing more than the maxWidth

Thanks for the report, could you please include an example reproducing the issue in something like CodeSandbox, CodePen, JSFiddle, etc? Cheers.

I am having the same issue as @davidhernandeze, on paste event the component doesn't respect the maxWidth for some reason and expands according to the text

@syropian I updated to the latest version and couldn't reproduce the bug, I think this should be closed 👍