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

![image](https://user-images.githubusercontent.com/22164540/78319385-a3fe0080-7599-11ea-92c5-7b6b1ae95a49.png)

### Description table表格偶发出现抖动现象,目测原因是重复渲染导致里面的文字重新渲染 导致表格宽高度重新绘制。 [现象地址](http://cdn-live-ori.foundao.com/zhaosheng/demo/tablebug.mp4)

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...

# Description: I had created a version demo for selection all. when i set to attributes column: selectable is false then display select all is wrong. Same image attach ![Capture](https://user-images.githubusercontent.com/6822108/75756877-f44c2d80-5d63-11ea-9a89-a572947d9ed3.PNG)...

问题描述: 由于需求的原因,要求在用户选中当前单选项后再填写此选项中的输入框,需要对单选框组以及输入框分别做表单验证,单选框组的验证没有问题,但是如下这种层级关系时在FormItem组件中加入prop属性做验证时页面报错 代码片段: ``` {/* 代码中的部分组件因与其他框架名称冲突故给组件起了带有El前缀的别名 */} this.handleInputChange(value, 'validType')} value={validType} prop="validDays"> 自领取日起 this.handleInputChange(value, 'validDays')} value={validDays} /> 天有效 this.handleInputChange(value, 'validTimeRange')} value={validTimeRange} /> ``` 在Radio中嵌套的FormItem组件一旦加上prop属性,控制台就会弹出错误: `FormItem.js:77 Uncaught TypeError: this.parent(...).addField is not a...

element-react为什么只有日期和时间控件,没有calendar日历控件,很无奈啊!

upload 组件 设置手动上传 onChange 失效

When you eg. try to put a select inside a Collapse, this happens: ![image](https://user-images.githubusercontent.com/1077884/73184612-06abc980-411d-11ea-92cf-9624978e9952.png) There are two divs in Collapse that have overflow: hidden set . When you override them...

### Description element版本^1.4.34 TimeRangePicker组件在已选了时间的情况下,改变时间后底部的确认和取消按钮不能触发onChange的函数

### Description Official website‘s demo has same situation that it will tigger twice menu when u click that. I just copy the code from official website. Then it still triggers...