Closed
Description
Setting ReadOnly
to true on ContentPropertyDisplay
does not make the associated UI read-only. For example, on the editor SendingContentModel
event I'm setting a property as read only but the property editor is not disabled. This seems to be the case with all common property editors.
This behaviour seems counter-intuitive and incomplete so I'm filing it as a bug.
Umbraco version
I am seeing this issue on Umbraco version: 8.6 (but the implementation seems the same in 7.x)
Reproduction
Bug summary
Setting ReadOnly
to true on ContentPropertyDisplay
does not make the associated UI read-only.
Expected result
The ReadOnly
state should be reflected by the property editor.