Open Radek-Wawrzyk opened 5 years ago
How can I solve the same problem?
tofix this bug
You should set attribute popper-append-to-body
of that nested select component to false
. Problem solved. 😃
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Element UI version
2.9.1
OS/Browsers version
Windows 10 / Chrome version 74.0.3729.169
Vue version
2.6.10
Reproduction Link
https://codepen.io/anon/pen/YbbqpN
Steps to reproduce
Select date in datePicker when that component is nested in the dropdown component (with hide-on-click=false)
What is Expected?
Dropdown should not close itself (if hide-on-click is false) after selecting date in datePicker
What is actually happening?
Dropdown close itself after selecting date in datePicker