The Wayback Machine - https://web.archive.org/web/20200717161722/https://github.com/topics/react-components
Skip to content
#

react-components

Here are 2,378 public repositories matching this topic...

patrickdevivo
patrickdevivo commented Mar 10, 2020

Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:

TODOs

The badge links to tickgit.com which is a free service that indexes and displays TODO comme

patrickgalbraith
patrickgalbraith commented Apr 8, 2020

Environment Information

  • Package version(s): 7.105.11
  • Node version: 12.16.0
  • Browser and OS versions: n/a

Actual behavior:

The default option for tsconfig.json is for the target option to be set to esnext.

{
  "compilerOptions": {
    "target": "esnext",
    ...
  }
}

Optional chaining was added in ES2020. So if your 'target' compile

chakra-ui
baseweb
LaurenReillyW2G
LaurenReillyW2G commented Jan 7, 2020

Feature description

I was reading through the i18n section of the documentation and it was not very clear how to use this and what kind of features it has. I think that the internationalization documentation should be updated.

A few specific things:
-Can it format data per language such as time, date, currency, pluralizations?
-How do you switch between languages, and when you switch d

zhaosheng808
zhaosheng808 commented Oct 10, 2019

Description
版本

"element-react": "^1.4.33",
"element-theme-default": "^1.4.13",

Dialog,Message,Message box 组件会自动关闭 但是在IE浏览器下不会自动关闭

Dialog 对话框 设置 弹框关闭

 this.state = {
    dialogVisible: false
 };

(可直接将官网在ie11浏览器打开测试https://elemefe.github.io/element-react/#/zh-CN/message-box 点击关闭无效)

在IE下 第一次不会关闭(背景蒙版消失了,但是弹框还在),需要再点击一次才会关闭

在EDGE浏览器关闭但是会闪一下!

这个bug 和 [#891 ]

Improve this page

Add a description, image, and links to the react-components 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 react-components topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.