-
Notifications
You must be signed in to change notification settings - Fork 115
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 embeddedItem item slot is not working with vuetify "v-textarea" or simple textarea, only works with contentEditable #109
Comments
please add that feature or help me to get through a workaround. .thanks :) |
@rizwanrb12345 oh yes, embeddedItem, i.e. the custom-tags feature, is just available for the contentEditable, because only textarea can only contains plain text. We can not put any customized HTML tags into a textarea. |
but i got a work around of this
|
but still the issue is its not cross browser the |
@rizwanrb12345 oh I can't understand your workaround. btw what did u do for the selectionStart/End? |
its a hack and place text into textarea. |
here is my code
The text was updated successfully, but these errors were encountered: