-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong width #16
Comments
Could you reproduce the issue using something like CodeSandbox please? |
I can but not immediately. You don't succeed reproduce the issue ? |
@usb248 No, I can't. The demo page seems to be working correctly in Firefox for me - https://syropian.github.io/vue-input-autowidth/ Do you have a large amount of right padding on the input? |
Ah interesting, it seems to only affect Firefox on Windows 10. Firefox on Mac is fine, |
Ok, I just pushed a fix and released 1.0.8. Please upgrade to that version, it should fix your issue. I can confirm the demo page looks correct on FF in Windows 10. |
It looks good ! Thanks for your reactivity 👍 |
Hi,
On last version FF, since last update.
My input seems to appear with confortZone > 0 while ... :
v-autowidth="{maxWidth: '680px', minWidth: '50px', comfortZone: 0}"
Please fix 🤔
PS: no it's not minWidth. Seems to be OK on other browser like Chrome
The text was updated successfully, but these errors were encountered: