FirstUI-uvue icon indicating copy to clipboard operation
FirstUI-uvue copied to clipboard

FirstUI(unix)组件库,一款适配 uni-app x 的轻量、简洁、高效、全面的移动端组件库。(FirstUI (unix) component library is a lightweight, concise, efficient, and comprehensive mobile component library tha...

Results 5 FirstUI-uvue issues
Sort by recently updated
recently updated
newest added

希望大家们能够贡献优秀的项目案例,采纳后将用于 文档介绍 中展示及推荐,当然需要大家提供案例二维码、案例名称,感谢支持。

good first issue

如果输入e开头的字符串则会出现如下bug 控制台如下: 00:08:19.151 ‌error: java.lang.NumberFormatException: For input string: ""‌ 00:08:19.151 at uni_modules/firstui-uvue/components/fui-input/fui-input.uvue:424:4 00:08:19.151 422| if (this.trim) value = this.trimStr(value); 00:08:19.151 423| this.val = value; 00:08:19.151 424| let currentVal = parseFloat(value)...

安卓是正常的 ios的padding失效