codemirror
codemirror copied to clipboard
Placeholder not working
I have put placeholder in text-area. but after covert to editor placeholder is not working in meteor application. please help me.
Hi @rohitbajaniya placeholder works only when codemirror plugin is loaded, but it is not loaded by default into this package.
https://codemirror.net/demo/placeholder.html
Best you can at the moment is to clone package into your app /packages/ dir and modify - add plugin.
I will try to update the package asap but currently i'm super-busy with other things.