We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.11
2.6.11
ipone
node 14.16.1/ npm 8.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mand Mobile Version
2.5.11
Vue Version
2.6.11
Model / OS & Browser Info
ipone
Node Version, Package Management Tool
node 14.16.1/ npm 8.0.0
Recurring Steps
Expectant Behaviors
Actual Behaviors
如图
{{ textValue.length }} [输入框输入中文未确认输入字符时候也会触发change事件,同事textValue也会变化] 看源码 textarea身上绑定事件 @input="$_onInput" ,在$_onInput中直接 this.inputValue = event.target.value ;导致inputValue 变化,触发watch 中的逻辑调用 this.$emit('input', val); 是否可以在$_onInpu 后面应该可以做一些判断处理,符合条件的进行现有逻辑处理,否则不处理的
The text was updated successfully, but these errors were encountered: