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

### Version element-react 1.4.34 ### Component Form ### Description When using `const refForm = React.useRef()`, I can't call `refForm.validate` because it's not existing on refForm property. ### Solution Please use...

### Description 当Select上有filterMethod时, 输入框输入异常。 ### Reproduce Steps 如图所示,按一次 删除键,删除的内容会被置回来。 ![jpxtp-bhw4a](https://user-images.githubusercontent.com/12878132/57504562-8c85ab80-7327-11e9-86b5-ee065cb12223.gif) ### 复现代码 ```js constructor(props) { super(props); this.state = { options: this.getDefaultOptions(), value: { value: 'aaaa', label: 'aaaa' } }; this.handleInput...

你好,我正在使用element-react来完成我的工作,但是我发现了一个问题,在一个component里面我放置了两个Tree控件,他们接受相同的数据来展示,但是在加入第二个tree并配置好options的时候发生了问题,控制台发生了如下图所示的报错 下面是我的代码 ` { this.props.fetch && } { this.addDiv = refs; }} style={{ marginBottom: 8 }} > { this.addClick(); }}>新增 { this.addClick(); }}>修改 { this.addClick(); }}>删除 this.setState({ nodes: node.child })}...

Vue的里面有span-method的属性 但是React中没有看到这个属性,现在需要做合并单元操作,有什么属性可以使用吗?

### Description When you highlight date with the mouse and delete or change it - state doesn't change. ### Reproduce Steps 1. hold left click and highlight date in field...

复制官网的东西进项目没有样式 render(){ return( { [1,2,3,4].map((item, index) => { return ( {item} ) }) } ) }

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

at the docs site - the elements look amazing. coming to the repo - the last modified date seem a long time ago plus there is flow which has almost...

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