It would be great if we could disabled the primeNG editor box with the disabled attribute, similar to what's available with a textarea :
<textarea rows="3" cols="10" disabled="disabled">
This textarea is grayed out and disabled for interaction.
</textarea>
But sadly that don't work. Do you have an idea on how can I do this with p-editor (the primeNG editor)?