-
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
Autowidth issue after using IME #25
Comments
Could you explain how to reproduce the issue a little better? Some sample text would be helpful. |
@syropian |
@houjiazong I'm not familiar with how to use Chinese input to reproduce the issue. Is there any steps I can easily follow to reproduce it? |
@syropian |
Great, thank you! I will try and get this fixed up soon. |
@houjiazong After further investigation, it looks like the component is acting as intended. Have a look at https://vuejs.org/v2/guide/forms.html. From that article:
So in short, don't use Example: <input @input="value = $event.target.value"/> |
Bad👎: https://syropian.github.io/vue-input-autowidth/
Good👍: https://codepen.io/lyuanqing/pen/xYpmKj
Good👍: https://jedwatson.github.io/react-input-autosize/
The text was updated successfully, but these errors were encountered: