Skip to content
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

[ InputNumber] 关闭了allowInputOverLimit,@blur事件不触发 #3397

Closed
iceyxx6 opened this issue Nov 19, 2024 · 2 comments
Closed

[ InputNumber] 关闭了allowInputOverLimit,@blur事件不触发 #3397

iceyxx6 opened this issue Nov 19, 2024 · 2 comments
Labels
to be published fixed, not be published

Comments

@iceyxx6
Copy link

iceyxx6 commented Nov 19, 2024

tdesign-vue 版本

1.10.5

重现链接

No response

重现步骤

1、设置min和max
2、allowInputOverLimit设置为false
3、配置@blur触发的函数
4、输入比min小的值和比max大的值
5、鼠标点击组件外触发失焦
6、数字被矫正为min或者max的值
7、未触发@blur

期望结果

关闭allowInputOverLimit使得失去焦点组件进行数字范围矫正时,@blur需触发

实际结果

关闭allowInputOverLimit使得失去焦点组件进行数字范围矫正时,@blur未触发

框架版本

vue2.6.14

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

Copy link
Contributor

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

@uyarn
Copy link
Collaborator

uyarn commented Dec 5, 2024

fixed 1.10.6

@uyarn uyarn closed this as completed Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to be published fixed, not be published
Projects
None yet
Development

No branches or pull requests

2 participants