Environment
- Vue Version: 3.3.4
- Element Plus Version: 2.3.6
- Browser / OS: Chrome/114.0.5735.134
Reproduction at Element Plus Pleyground
Steps to reproduce
- Input some text into the field
- Input a white space
What is Expected?
You can see a whitespace in the input field
What is actually happening?
No whitespace, hitting spacebar only triggers a dropdown menu and after multiple smashing input field loses it focus.
Additional comment
I am working on an input field which could promts users about existing names in the system. Recently I noticed this erroneous behavior and just don`t understand why smashing spacebar triggers a dropdown window except input field (adding whitespace in the field)
Unfortunately I did not succeed in investigating the problem and why spacetab triggers dropdown window.