-
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 on Input with type number #66
Comments
Does passing a custom <input
type="text"
v-model="msg"
v-autowidth="{
comfortZone: '20px', // adjust this to fit your needs
}"
/> |
No, sadly doesn't work! |
You should be able to use a combination of the Let me know if that's enough to solve issue! |
That solved it, yes! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: