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

### Description Explain the issue you met, and describe what you expected to be. If you can write in English, we will be very grateful. ### Reproduce Steps 1. [First...

### Description Explain the issue you met, and describe what you expected to be. If you can write in English, we will be very grateful. ### Reproduce Steps 1. [First...

I've seen this project while browsing Github. Seems a pretty nice library but the last update is months ago so I don't know if it's still maintained, also considering that...

element-react 1.4.34,slider组件初次加载后拖动滑块时会抖动一下, 具体描述就是先归零,然后就正常了,但在官网上看的没这个问题,不知道官方demo用的是那个版本,以及什么时候解决

如何调用组件中的方法,如messge中的关闭message方法?

table的show-overflow-tooltip 默认主题颜色是is-dark,不能添加其他类去修改

DatePicker 显示每一天的界面,切换月份可以吧事件暴露出来吗

### Description an error when the installed version> 1.4.x i use meteorjs + typescript **Installing 1.3.x is work! but why?** ### Reproduce Steps 1. install > 1.4.x 2. run 3....

IE11浏览器,select组件点击下拉直接浏览器卡死BUG。 dialog组件显示后无法关闭BUG。 请解决。

指定load方法,load方法的部分内容如下: ```javascript let children = []; for(let file of files){ let {filename,...other} = file; let fileLeaf = {filename:filename,children:[],path:path+'/'+filename,isLeaf:!file.attrs.dir,...other}; children.push(fileLeaf); } resolve(children); ``` 指定的isLeaf属性无效,使用react-dev-tool审查Node节点时,Props下nodeModel属性无法展开,在Console面板显示错误信息 ``` Uncaught TypeError: Cannot read property 'props'...