Tencent / tdesign-mobile-vue

A Vue3.x Mobile UI components lib for TDesign.
https://tdesign.tencent.com/mobile-vue
MIT License
291 stars 159 forks source link

[Form表单] form表单校验blur事件不触发 #1638

Open zhangxinxing59 opened 1 day ago

zhangxinxing59 commented 1 day ago

tdesign-mobile-vue 版本

重现链接

https://stackblitz.com/edit/2dsbst?file=src%2Fdemo.vue

重现步骤

当设置了rules中某一项校验触发条件为trigger:'blur'时,输入框聚焦,输入3个字符,然后失焦,并不触发校验

期望结果

blur的时候触发校验

实际结果

不触发blur事件

框架版本

Vue3.3.8 ,tdesign-mobile-vue : "1.5.0"

浏览器版本

edge 130.0.2849.80

系统版本

Windows11

Node版本

22.11.0

补充说明

No response

github-actions[bot] commented 1 day ago

👋 @zhangxinxing59,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

zhangxinxing59 commented 1 day ago

复现链接为官网示例代码稍作改动实现的demo,主要是用户名字段的校验增加了blur事件。

jiyang950815 commented 19 hours ago

+1 我也遇到了同样的问题 移动端