-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unable to detect change from the outside #3
Comments
I believe that recent updates made depending on F-loat/vue-simplemde should solve this problem. |
Just tested it with the new version, does not seem to fix that particular bug. |
Just faced with this issue. It seems that two-way binding feature explicitly closed here
Hi, @NikulinIlya why do we need this |
Make sure you're using
This worked for me. |
any updates on this? I have a similar issue: If the v-model updates to an empty string, the change does not get detected. @NikulinIlya |
Whenever I change a value which I bound with
v-model
to an instance of vue-easymde and change it from the outside, it does not update inside of it.This seems to be fixed in https://github.com/F-loat/vue-simplemde.
The text was updated successfully, but these errors were encountered: