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 "defaultExpandAll" property was not defined in typing/index.d.ts ### Reproduce Steps 1. Write down `` 2. Compile, tsc will have compiled error ### Error Trace (if possible) ``` No...

### react-hot-loader没有自动安装 在安装element-react,没有安装 react-hot-loader导致项目运行不起来,希望下一个版本能够解决

### Description In current master (v1.4.34 09688fe5cc5fd837815f860e6f83cdf1dd7ef12a) the lint fails. ### Reproduce Steps 1. Clone the code. 2. Run `npm i && npm run lint`. ### Error Trace (if possible)...

### Description In `package.json` the script named `prepubl¡sh` includes non-ASC letter `¡`. Not sure why it is like this which does not make any sense. I think it should be...

### Description Hello, I was trying to use ElementUI with `react-express-views` and when I'm trying to use Button (or any other component) I get an error ### Reproduce Steps 1....

### Description When I user any element-react component in `` component of react-redux. I got some error like this: ![image](https://user-images.githubusercontent.com/24818359/64621475-50b73b80-d418-11e9-9d71-d65c6003c13f.png) ### Reproduce Steps 1. create a simple store action.ts: ```...

### Description 版本: "element-react": "^1.4.34", "element-theme-default": "^1.4.13", element-react的Table组件中的filters属性中某一个value设置为false时filterMethod中的value值会获取成设置value为false的text值。 ### Reproduce Steps 1. filters: [ { text: 'TEST', value: false }] 2. filterMethod(value, row) { return row.Status == value } ###...

hi When will upgrade to version 2 happen?

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

Please makes sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you are merging your commits to `master` branch. * [x] Add some descriptions...