-
Updated
Jul 17, 2020 - JavaScript
react-components
Here are 2,378 public repositories matching this topic...
-
Updated
Jul 4, 2020
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
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
It would be nice to have a "kitchen sink" page with all the components displayed, would make discovering the components easier instead of having to click each link in the navigation one by one.
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://mobile.ant.design/kitchen-sink/components/calendar?lang=en-US#calendar-demo-0
Steps to reproduce
0
What is exp
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
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
-
Updated
Jul 17, 2020 - Ruby
-
Updated
Jun 27, 2020 - TypeScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 14, 2020 - TypeScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
I really like this dashboard UI however when using mobile, I've noticed that the navbar does not collapse for the "navbar only" view
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Apr 11, 2020 - JavaScript
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 ]
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.
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."


Hi there! I wanted to propose adding the following badge to the README to indicate how many
TODOcomments are in this codebase:The badge links to
tickgit.comwhich is a free service that indexes and displays TODO comme