-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
InputNumber组件使用 precision 时,在safari浏览器中且输入法为mac自带输入法的简体中文时(第三方输入法正常),会自动填写小数点后面的值,小数点后值的长度为precision的值 #7723
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
Labels
Comments
遇上同样的问题了 |
我也遇到这个问题了 |
Chrome 下触发的事件顺序为 onKeyDown -> watchPostEffect -> onKeyUp |
🤔 原生的 |
|
有解决方案吗 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2024-07-10.11-54-31.mp4
Version
4.2.3
Environment
Safari MacOS 系统默认简体中文输入法
Reproduction link
https://github.com/cyole/ant-design-vue-input-number
Steps to reproduce
使用input-number组件 并且使用precision属性 在safari浏览器中操作
What is expected?
输入法为mac自带输入法的简体中文时(第三方输入法正常),会自动填写小数点后面的值,小数点后值的长度为precision的值
What is actually happening?
期望和其他英文输入法一样 不自动填写小数点后面的值,当前情况无法输入100 这类的值
The text was updated successfully, but these errors were encountered: