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
Describe the bug placeholder is not working.
Am I missing some configuration?
To Reproduce
placeholder
Expected behavior show placeholder when value is empty.
[Screenshots
https://monaco-react.surenatoyan.com/
The text was updated successfully, but these errors were encountered:
it's works in the playground
I guess they released that option in a newer version and the https://monaco-react.surenatoyan.com/ website uses an older version of Monaco
Sorry, something went wrong.
Yes, after i install "monaco-editor": "^0.52.2", it works.
"monaco-editor": "^0.52.2"
then i config:
import * as monaco from 'monaco-editor'; import loader from "@monaco-editor/loader"; loader.config({ monaco });
this issue come out
#652
No branches or pull requests
Describe the bug
placeholder is not working.
Am I missing some configuration?
To Reproduce
placeholder
Expected behavior
show placeholder when value is empty.
[Screenshots
https://monaco-react.surenatoyan.com/
The text was updated successfully, but these errors were encountered: