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
In read only mode, when we press enter button we can change the text.
Expected behavior Dont change the text in read only mode.
Screenshots
The text was updated successfully, but these errors were encountered:
I think this code is lead to error
lib/core.js / 6843
if (!ctrl && core.isReadOnly && !event._directionKeyCode.test(keyCode)) {
Sorry, something went wrong.
fix: #1234 readOnly - enter key bug
ef06c3d
The 2.45.0 version has been updated. Thank you.
No branches or pull requests
In read only mode, when we press enter button we can change the text.
Expected behavior
Dont change the text in read only mode.
Screenshots
The text was updated successfully, but these errors were encountered: