Bug Type: Component
Environment
- Vue Version:
3.3.4
- Element Plus Version:
2.3.6
- Browser / OS:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
- Build Tool:
Nuxt
Reproduction
Related Component
Reproduction Link
Element Plus Playground
Steps to reproduce
Use the el-select inside the el-dropdown
What is Expected?
It should be possible to select an item from the options.
What is actually happening?
The menu closes before you have time to select something.
Additional comments
See the reproduction example.
The problem is observed only in version 2.3.6
If in the example we change the version to 2.3.5, then the problem disappears.
Apparently, this change broke the behavior of the select:
https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md
Bug Type:
ComponentEnvironment
3.3.42.3.6Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36NuxtReproduction
Related Component
el-selectel-dropdownReproduction Link
Element Plus Playground
Steps to reproduce
Use the el-select inside the el-dropdown
What is Expected?
It should be possible to select an item from the options.
What is actually happening?
The menu closes before you have time to select something.
Additional comments
See the reproduction example.
The problem is observed only in version 2.3.6
If in the example we change the version to 2.3.5, then the problem disappears.
Apparently, this change broke the behavior of the select:
https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md