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.5.21
https://jsfiddle.net/pupilGradeSix/busmq2zp/2/
open the link
contenteditable="plaintext-only" 能正常渲染成 plaintext-only 而不会变成 true
contenteditable="plaintext-only" 总是会被渲染成 contenteditable="true" 。最终我只能通过给 contenteditable 动态添加属性 plaintext-only 才能成功。试了几个 vue 的版本发现都存在这个问题。
The text was updated successfully, but these errors were encountered:
plaintext-only is still at draft status. We need to wait until it becomes a standard and/or is implemented by browsers
Sorry, something went wrong.
fix: allow more enumerated values for contenteditable
e632e9a
close #9397
Added support in e632e9a
In 3.0 we are likely going to stop force casting enumerated attributes anyway.
778b92f
close vuejs#9397
No branches or pull requests
Version
2.5.21
Reproduction link
https://jsfiddle.net/pupilGradeSix/busmq2zp/2/
Steps to reproduce
open the link
What is expected?
contenteditable="plaintext-only" 能正常渲染成 plaintext-only 而不会变成 true
What is actually happening?
contenteditable="plaintext-only" 总是会被渲染成 contenteditable="true" 。最终我只能通过给 contenteditable 动态添加属性 plaintext-only 才能成功。试了几个 vue 的版本发现都存在这个问题。
The text was updated successfully, but these errors were encountered: