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

一款基于 Taro 框架开发的多端 UI 组件库

Results 201 taro-ui issues
Sort by recently updated
recently updated
newest added

Taro UI 版本信息 v3.1.0-beta.4 问题描述 AtCalendar 打包成钉钉小程序,点击头部的年-月弹出的picker显示有年月日时分秒选项,在微信和支付宝模式下时正常的。 复现步骤 "dev:dd": "npm run build:dd -- --watch", 运行这个打包成钉钉的脚本 点击左右箭头中间的年月,会弹出年月日时分秒的picker选项 复现代码 import { AtCalendar } from "taro-ui" 报错信息 点击左右箭头中间的年月,会弹出年月日时分秒的picker选项 系统信息 👽 Taro v3.5.5 👽...

**问题描述** ImagePicker在真机上选择多张图片,会丢失,模拟器上又正常,且调用onFail 并无错误返回!Taro-ui v2.2.2 **复现步骤** 参数为onChange返回的files 模拟器效果: ![image](https://user-images.githubusercontent.com/8953281/64502570-6eda4a00-d2f9-11e9-910c-d0a012aac3c4.png) 真机调试效果: ![image](https://user-images.githubusercontent.com/8953281/64502552-510ce500-d2f9-11e9-879c-98aacf0854fe.png) ```js // onChange事件直接打印 onBannerPickerChange (files,type,index) { let self = this console.log(`[pick argument]`,arguments) } ``` **期望行为** 需要正常返回 不然无法处理 **系统信息** Taro-ui v2.2.2...

版本: "taro-ui": "^3.1.0-beta.3" 当前包内scss 类名并没有 bottom ![image](https://user-images.githubusercontent.com/38714194/191919222-cf4b0649-8f98-4932-aa38-0f39a75b392f.png) 文档内容: ![image](https://user-images.githubusercontent.com/38714194/191919325-b302aecc-92b5-4e4e-9f9e-2e10e563a3f8.png)

**问题描述** taro3使用taro ui然后在微信开发者工具编译的时候组件无法渲染出来 **复现步骤** 1.yarn run dev:weapp 2.微信开发者工具编译 ```js 提交 重置 ``` **期望行为** 能正常渲染组件 **报错信息** **系统信息** **补充信息** 当我使用yarn run build:weapp就能正常渲染 因为生产环境默认开启了压缩 而开发环境没有.

to be closed
answered

```jsx import { useEffect, useMemo, useRef, useState } from 'react'; import { AtCheckbox, AtForm } from 'taro-ui'; import { Checkbox } from '@tarojs/components'; interface CheckboxOption { value: string label: string...

**问题描述** ![image](https://github.com/NervJS/taro-ui/assets/52577423/c98ca5be-01b1-41d0-b8cd-5a312b634637) ![image](https://github.com/NervJS/taro-ui/assets/52577423/55ab924c-5cb4-4600-88d0-8f46389d600b) ![image](https://github.com/NervJS/taro-ui/assets/52577423/503a3fd1-b5b3-4588-b306-3767854381bb) 使用AtSwipeAction 并且渲染到页面中时报错如上 **复现步骤** 我点击新增item,给我的list push了一个新item,报错如上 ```js const renderTodoItems = () => { return todoList.map((item, index) => { return ( {item?.isFinished ? '✔' : '×' } {item.content}...

**问题描述** 问题1 最新版本nodejs无法下载taroui node版本21.7.3 通过使用node14.18.0版本成功下载 但是编译无法成功此时切换回 21.7.3 可以成功编译微信小程序 问题2 日历组件样式混乱 ![image](https://github.com/NervJS/taro-ui/assets/58218613/267e7f4d-6288-4d30-a435-a73816ebcc29) **复现步骤** ```js ``` **期望行为** 1.正常展示日历组件 2.希望支持新版nodejs下载编译taroui **报错信息** 无报错 **补充信息**

to be closed
answered

**问题描述** taro开发app使用了taro-ui。在运行的时候报错 ![image](https://github.com/NervJS/taro-ui/assets/56506553/bb94edec-7c85-4360-a9ab-c5bb1b9a9e00) 有看到有支持rn的版本,扫码后报错 ![image](https://github.com/NervJS/taro-ui/assets/56506553/ccc866b0-3b65-4723-b29c-df0d1e811704) **复现步骤** 1、taro init test 2、cd test 3、yarn 4、yarn add [email protected] 5、app.ts中添加import 'taro-ui/dist/style/index.scss' 6、在页面中使用Button **期望行为** 看见一个button **报错信息** ```shell transform[stderr]: dartException: [Circular *1], transform[stderr]: '$cachedTrace': _StackTrace {...

### Taro UI 版本信息 v3.3.0 ### 问题描述 AtToast 参数描述中,duration 的说明为 【元素持续的事件(设置为 0 将不会自动消失)】(事件)是否需要改成(时间) ### 复现步骤 https://taro-ui.jd.com/#/docs/toast 直接查看文档即可发现 ### 复现代码 源码文档地址 https://github.com/NervJS/taro-ui/blob/next/packages/taro-ui-docs/markdown/toast.md ### 报错信息 官方文档文案错误 ### 系统信息 官方文档文案错误

bug
fixed but not released

**问题描述** 团队使用版本 "@tarojs/components": "3.3.18" 在支付宝环境下,开启input属性focus=true或autofocus,无法自动获取焦点和拉起键盘