Skip to content
#

wechat-mini-program

Here are 624 public repositories matching this topic...

penghuwan
penghuwan commented Nov 26, 2019

问题描述

Input,TextArea组件文档没有介绍小程序端的兼容状况

复现步骤

亲爱的开发者们您好,我遇到的问题如下

  1. 我想要使用Input,Textarea等组件,并想要运用于小程序中
  2. 查阅taro中该组件相关的文档后,没有只有H5/RN端介绍了兼容性差异,而微信,支付宝等小程序端没有介绍兼容情况,如下图所示

屏幕快照 2019-11-26 下午12 05 43

3.请问能够补充一下吗
4. 非常感谢!

期望行为

能够在Input,Textarea文

zhuangyonglei
zhuangyonglei commented Aug 31, 2019

问题描述
AtLoadMore组件按需引入使用时缺少样式引入,导致loading图标不显示。

复现步骤

按照官方文档,该组件需引入以下样式,
@import "~taro-ui/dist/style/components/load-more.scss";
@import "~taro-ui/dist/style/components/activity-indicator.scss";
@import "~taro-ui/dist/style/components/button.scss";
引入后,loading图标不显示,其它正常。

增加引入@import "~taro-ui/dist/style/components/loading.scss",
后,正常显示。
请官方人员修改组件的结构,达到无需引入loading.scss即可使

Improve this page

Add a description, image, and links to the wechat-mini-program topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wechat-mini-program topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.