Skip to content
New issue

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

The placeholder is not hidden when getting the focus #7016

Open
denglijuan opened this issue Jan 19, 2023 · 0 comments
Open

The placeholder is not hidden when getting the focus #7016

denglijuan opened this issue Jan 19, 2023 · 0 comments

Comments

@denglijuan
Copy link

denglijuan commented Jan 19, 2023

hello;
First of all, you switch to the Chinese input method, input a few characters, delete these characters, and switch to the English input method, input a few characters, and the placeholder does not disappear. cmEditor.on('change',callback) Event not captured
Codemirror version is 5.61.0。
The reason is that "inputStyle" is set to "contenteditable"

CodeMirror.fromTextArea(this.$refs.cmEditor, {
  inputStyle: 'contenteditable',
})

图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant