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

not working placeholder and setPlaceholder() #1929

Closed
thddntjr1234 opened this issue Jun 17, 2023 · 1 comment
Closed

not working placeholder and setPlaceholder() #1929

thddntjr1234 opened this issue Jun 17, 2023 · 1 comment
Labels

Comments

@thddntjr1234
Copy link

thddntjr1234 commented Jun 17, 2023

Describe the bug
Displayed as a gray box if a placeholder was specified during editor initialization or if editor.setPlaceholder() was applied after editor initialization without specifying a placeholder initialization option.

The initial editor type is set to wysiwyg.

To Reproduce
스크린샷 2023-06-17 오후 5 42 46

In the vue.js 3 framework environment

Add an initial editor object to the variable you declared with let editor, like this
At this point, add the placeholder option or declare the editor object without the placeholder option and then use the editor.setPlaceholder() method to specify a placeholder.

Also declaring a variable is done in the setup() lifecycle, and adding an editor object to a variable is done in the onMounted() lifecycle.

Expected behavior
If you follow these settings, the placeholder should display as expected.

Screenshots
스크린샷 2023-06-17 오후 5 36 54

Desktop (please complete the following information):

  • OS: [e.g. iOS] MacOS 13.4
  • Browser [e.g. chrome, safari] Whale, Chrome, Safari
  • Version: 3.1.8(but even with the latest version, I get the same error)
@thddntjr1234
Copy link
Author

I mistook the repository I was supposed to upload to, I'll close this issue.

@thddntjr1234 thddntjr1234 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant