We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.6.1
UA:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 Vue版本:2.6.10
在type为textarea的a-input组件中按下一次回车按键
pressEnter事件会只触发1次
pressEnter事件会触发了2次
The text was updated successfully, but these errors were encountered:
type="textarea"时, ant design vue内部是用将包裹了一层, 所以回车触发的事件应该是
<textarea /> --> pressEnter <input /> --> pressEnter <input /> --> keyDown <textarea /> ---> keyDown
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.6.1
Environment
UA:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
Vue版本:2.6.10
Reproduction link
Steps to reproduce
在type为textarea的a-input组件中按下一次回车按键
What is expected?
pressEnter事件会只触发1次
What is actually happening?
pressEnter事件会触发了2次
The text was updated successfully, but these errors were encountered: