element-react icon indicating copy to clipboard operation
element-react copied to clipboard

Element UI

Results 109 element-react issues
Sort by recently updated
recently updated
newest added

# 文档打不开啊, 踏马能不放 github.io吗

Prevents unnecessary re-renders of all hidden popovers in the page. * [x] Make sure you are merging your commits to `master` branch. * [x] Add some descriptions and refer relative...

1。Message组件错位,并且无法自动关闭 2。Select组件,无法选择并卡死IE 3。Form组件,在输入框错误后正常提示错误信息,但输入正确的时候,错误信息不消失,不管是blur还是change事件。 以上错误都是在IE11下, https://elemefe.github.io/element-react 可以测试出问题所在,而vue版无此问题,感觉react版本被作者废弃了?开个玩笑

### Description All Popovers in the page re-render on document clicked, even if none are visible. Should only render Popovers which are open and have a true state change. ###...

### Description 动态渲染且触发条件为click的Popover,消失后再出现,再尝试触发时,控制台报警Warning: Can't perform a React state update on an unmounted component ### Reproduce Steps 1. 写一个简单的freetest页面 ``` import React from 'react'; import {Popover, Tooltip} from 'element-react' import 'element-theme-default'...

### Description Having a submit button outside of a form tag isn't working. Normally you can put an ID for a form and then have a submit button using that...

el-button 删除数据之后按钮样式不会重置

### Description element table 组件无法国际化,DatePicker可以 ###按照文档设置国际化发现Table 组件无效DatePicker却可以 import { i18n } from 'element-react' import locale from 'element-react/src/locale/lang/en' i18n.use(locale);

### Description The Table property "defaultExpandAll" will expand all columns whose type is "type". However, when the table data is empty initially, this function don't take effect. I found that,...