Select element inside dropdown menu issue
问题 I am currently experimenting in Element UI a beautiful VueJS frame for ui. I am having issue when putting an select element inside a dropdown menu because when I select an item inside the select element it will close the dropdown also. How should I make the dropdown stay whenever I select an item in select element? Here is the sample demo. fiddle https://jsfiddle.net/vy70ogbz/ 回答1: Why dont you use a menu to achieve this. I find it is more flexible, you can use the menu-trigger="click"