You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在某些手机浏览器上输入数值,v-model不会更新值
调试可以发现报错
Failed to execute 'setSelectionRange' on 'HTMLInputElement'
修复#2810的时候用了setSelectionRange,但是对于number类型的input,某些浏览器不支持setSelectionRange
导致后续更新model的代码无法执行到
What is Expected?
输入后正常更新model的值
What is actually happening?
用户界面显示一切正常,但是model的值始终不发生改变
The text was updated successfully, but these errors were encountered:
VUX version
2.9.2
OS/Browsers version
安卓/微信/X5内核浏览器/TBS内核版本044306/TBS包装层版本43610
Vue version
2.5.17
Code
Steps to reproduce
在某些手机浏览器上输入数值,v-model不会更新值
调试可以发现报错
Failed to execute 'setSelectionRange' on 'HTMLInputElement'
修复#2810的时候用了setSelectionRange,但是对于number类型的input,某些浏览器不支持setSelectionRange
导致后续更新model的代码无法执行到
What is Expected?
输入后正常更新model的值
What is actually happening?
用户界面显示一切正常,但是model的值始终不发生改变
The text was updated successfully, but these errors were encountered: