ElemeFE / ElemeFE/element-react

Select hangs IE11

Open
#998 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.