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
The text was updated successfully, but these errors were encountered:
GuoOcean
changed the title
a-input组件控件不受控制,通过设置v-model:value绑定的值并使用input事件导致页面显示不正确
a-input组件控件不受控制,通过设置v-model:value绑定的值并使用input事件导致页面显示不正确(请注意切换输入法)
Feb 7, 2025
GuoOcean
changed the title
a-input组件控件不受控制,通过设置v-model:value绑定的值并使用input事件导致页面显示不正确(请注意切换输入法)
a-input组件控件不受控制,通过设置v-model:value绑定的值并使用input事件导致页面显示不正确(请注意切换输入法)https://codesandbox.io/p/devbox/f6q96d 链接
Feb 9, 2025
Version
4.2.6
Environment
vue 3.4.15
Reproduction link
Steps to reproduce
使用a-input组件并通过 v-model:value 进行绑定 再通过@input事件来限制输入的内容(如:限制a-输入只能输入数字不能输入字符串等等)
What is expected?
希望修改a-input组件dom元素在页面中展示问题
希望能看到并修复这个问题,再次特别感谢
What is actually happening?
a-input组件无法控制dom元素在页面中展示的数据
The text was updated successfully, but these errors were encountered: