ElemeFE / ElemeFE/element-react
Select hangs IE11
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 435
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Form Select element makes IE11 stuck and not responding.
### Reproduce Steps
1. Insert Select element with some options to page
2. Open page in IE11
3. Click on Select element
### Error Trace (if possible)
Unfortunately there is no possibility to get anything from IE after click.
### Solution
I have already tried to disable Select dropdown animations with CSS and it does not work. Not sure how to fix it.
### Additional Information
Select element from Vue library works fine in IE11. I have temporary replaced it with `react-select` component. It has similar features and a bit different API, works just fine inside `Form.Item` component.
Contributor guide
Assessment
This issue has not been assessed yet.