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

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

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

Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): Error: Failed to find '~taro-ui/dist/style/components/accordion.scss' 当按需引入的时候就找不到文件 不管是引入全局css文件还是页面css文件 但是全部引入又没有问题

**问题描述** 用rollup打包组件库,打包后的文件引用Taro下的api,默认加了一级default,类似于Taro.makePhoneCall打完包后就变成了Taro.default.makePhoneCall,但是Taro.default下面没有makePhoneCall这个方法,还有一些api也不行。 **复现步骤** **期望行为** 期望组件库中也能够正常调用 **报错信息** MiniProgramError TypeError: i.a.getStorageSync is not a function **系统信息** 👽 Taro v3.3.10 Taro CLI 3.3.10 environment info: System: OS: Windows 10 Binaries: Node: 14.17.6 -...

![image](https://user-images.githubusercontent.com/57994447/146148136-70f9bb8b-d885-42f8-953e-6ef0e19a6f90.png) ![image](https://user-images.githubusercontent.com/57994447/146148211-647ed6db-7767-49d9-93e9-afcf52552fca.png)

### Taro UI 版本信息 3.0.0-alpha.3 ### 问题描述 使用TaroUI AtInput在数组map时,将传入的第二个参数下标放到onChange事件中,打印的会是数组的长度。 ### 复现步骤 1. 遍历数组,循环写入AtInput 2. 添加点击事件并将下标传入onChange事件中 3. 观察打印 ### 复现代码 ```javascript import React, { Component } from "react"; import { View...

### Taro UI 版本信息 v2.3.4 ### 问题描述 我在ui库源码中看到了对于组件的处理,有绑定onTouchMove函数阻止冒泡,但是编译后在真机调试时在开启AtFloatLayout的情况下并没有阻止页面滚动 ### 复现步骤 1. git clone https://github.com/Laev/taro-demo.git 2. cd taro-demo 3. npm i 4. npm run dev:weapp ### 复现代码 https://github.com/Laev/taro-demo/blob/master/src/pages/index/index.tsx ### 报错信息 无...

**问题描述** **复现步骤** ```js // 这里可以贴代码 ``` **期望行为** **报错信息** **系统信息** **补充信息**

taro 还在发展, 希望taro-ui 也坚持下去

focus 为 false 且 clear 为 true 时 input 输入会使 input 失去焦点。 具体的表现为 clear 为 true 当输入第一个字符时 input失去焦点。focus为null 时则没有这种情况

### 这个功能解决了什么问题? 扩展性高 ### 你期望的功能是怎样的? api可以传jsx ### 补充信息 string局限性太大了,除非和你ui长的一样,有点区别就用不了了

**问题描述** ![image](https://user-images.githubusercontent.com/84438011/144349582-168cd5b1-5256-44af-8390-04bc30523614.png) **复现步骤** { setPayment(Number(e)) }} /> ```js // 这里可以贴代码 ``` **期望行为** 只能输入数字类型 **报错信息** 无报错 **系统信息** 👽 Taro v3.3.10 mode: undefined TARO_ENV: undefined APP_BASE_URL=https://yapi.ishopex.cn/mock/1310 Taro CLI 3.3.10 environment info: System:...