Editor: Readonly prop does not react to any change #4872
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Readonly prop does not react to any change. When the editor is mounted, the prop is read and the editor is set to readonly or not. But when the prop changes, the editor does not react to it.
Reproducer
https://stackblitz.com/edit/editor-readonly-bug
PrimeVue version
3.41.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The editor should react to the change of the prop and set the editor to readonly or not.
The text was updated successfully, but these errors were encountered: