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
2.2.0-beta.3
win 10, chrome latest, vue 3.1.1
try to modify an editable text and click outside the field
the onEnd editable event is triggered since the text gets modified
no event is triggered
The text was updated successfully, but these errors were encountered:
see: ant-design/ant-design#29371
Sorry, something went wrong.
fix: typography not trigger onEnd in blur #4227
700d04b
we will revert this, you can use onCancel & onEnd to solved it
ref #5696
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
2.2.0-beta.3
Environment
win 10, chrome latest, vue 3.1.1
Reproduction link
Steps to reproduce
try to modify an editable text and click outside the field
What is expected?
the onEnd editable event is triggered since the text gets modified
What is actually happening?
no event is triggered
The text was updated successfully, but these errors were encountered: