-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Editor readonly mode not working #172
Comments
This bug has been fixed in the new version. Thanks. |
Hi @elf-mouse |
Hi @HDShabe , The Thank you very much~ |
Looks much better, thanks again! |
Hi @elf-mouse I've spotted something else. When I have the editor not rendered in a v-if and then change the state to render it, I'm getting a case where both the bound data and the placeholder are displaying at the same time. if I toggle readonly off then the placeholder disappears, from which point it seems to work as expected both in readonly and normal mode. Cheers |
Looking into this a little more, it only seems to happen when I have my ui-editor bound to a nested viewmodel on the data of the component, though i'm now seeing errors like this one after removing the viewmodel and binding ui-editor directly to the data object: I haven't got any conditional rendering other than the element sliding into the page with a CSS keyframe animation |
Hi @HDShabe , the |
Hi @elf-mouse ,
I've got an editor that i'm using but it doesn't seem to be going into readonly mode properly.
I can see in Vue dev tools it's setting the property fine, but UI still allows for edit.
The text was updated successfully, but these errors were encountered: