We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ios钉钉内置环境开发,非浏览器
The text was updated successfully, but these errors were encountered:
我们之前也在研究如何可以调用iOS的数字键盘,如果是浏览器应用,iOS是没有办法指定纯数字键盘的。 @sunzhenglove 你说非浏览器是什么意思?SaltUI只能运行在浏览器环境,不能用于Native app啊。
Sorry, something went wrong.
fix issue #238
17ed24d
目前使用 tel 和 number 都不合适,tel ios 下没有小数点, number 要求 value 是 number 影响格式化,故不做强制呼起数字键盘的操作,但通过过滤的方式,过滤掉不能够输入的字符,简化校验的过程。
No branches or pull requests
这是一个
SaltUI 版本 3.9.2
浏览器、操作系统等环境信息
ios钉钉内置环境开发,非浏览器
复现步骤
The text was updated successfully, but these errors were encountered: