uni-ui icon indicating copy to clipboard operation
uni-ui copied to clipboard

基于uni-app的、全端兼容的、高性能UI框架

Results 236 uni-ui issues
Sort by recently updated
recently updated
newest added

rule 配置了 required:true 触发红色* uni-forms-item required为fasle 依然显示红色* 跟文档描述不符 是否必填,配置此参数不会显示输入框左边的必填星号,如需要,请配置uni-forms-item组件的的required为true

当使用schema2code生成了相应页面,但是我试图在该页面下,生成一个`uni-table`时,当写到第二个tr时,会出现以下错误 ``` Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '__composer') at Proxy.mounted (vue-i18n.esm-bundler.js:1763:52) at callWithErrorHandling (vue.runtime.esm.js:1309:22) at callWithAsyncErrorHandling (vue.runtime.esm.js:1318:21) at hook.__weh.hook.__weh (vue.runtime.esm.js:3988:29) at flushPostFlushCbs (vue.runtime.esm.js:1511:47) at flushJobs...

## 环境: uni-ui: 1.4.14 vue: 3.2.33 ## 问题代码: 1. 使用 uni-ui 提供的 uni-easyinput 发现无法进行校验 ``` 提交 const baseFormData = reactive({ attendanceType: 0, // 申请类型 projectCode: '', approvalEmployeeCode: '', // 审批人code...

当uni-easyinput 的type=textarea时,uni-easyinput 显示在了uni-data-picker弹框之上,z-index不正确?

在使用uni-forms表单,结合uni-combox插件时,当直接点击提交submit出现提示信息,但选择或者输入值后,错误信息无法清除,需提交表单后,进行reset才会清除错误信息。 ![image](https://user-images.githubusercontent.com/24467643/179459458-ffc9e144-baca-434d-99c3-bed4c17082bc.png) ![image](https://user-images.githubusercontent.com/24467643/179459502-98845410-9207-43c3-8ed8-20b75142861c.png)

enhancement

找不到uni-table单选是怎么做的,想直接更改选中框的背景色表示选中,发现样式没有办法通过属性直接更改

uniTable 表格组件的 127行有个判断问题, let isHaveData = this.data && this.data.length.length > 0,请检查是不是代码编写错误, let isHaveData = this.data && this.data.length > 0 是否这样才正确

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@dcloudio/[email protected]` for the project I'm working on. Here is the diff that solved...

/* 需要放到文件最上面 */ @import '@/uni_modules/uni-scss/variables.scss'; /* 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值 */ // 主色 $uni-primary: #78B664; $uni-primary-disable:mix(#fff,$uni-primary,50%); $uni-primary-light: mix(#fff,$uni-primary,80%);