element-plus / element-plus

🎉 A Vue.js 3 UI Library made by Element team
https://element-plus.org
MIT License
24.39k stars 16.34k forks source link

[Component] [input] Input wrapped in menu doesnt allow spaces #10172

Open daniel-ratz opened 2 years ago

daniel-ratz commented 2 years ago

Bug Type: Component

Environment

Reproduction

Related Component

Reproduction Link

Element Plus Playground

Steps to reproduce

place el-input into el-menu

What is Expected?

i can enter spaces

What is actually happening?

spaces are ignored, i cannot enter spaces

Additional comments

(empty)

chenxch commented 1 year ago

You just add @keydown.stop to input.

putianyi889 commented 6 days ago

This only happens to horizontal menu as well as all its children.