This is valid and required sometimes. For example I am trying to fetch
the image path and show it in the touch ui dialog of image component.
Now if I use label or something else, the property value i.e
"fileReference" won't get updated or be saved in the node. Only when I
use some input field and assign it "fileReference" , I can see the value
of that property and that property can be updated. But I want my users
not to manually edit the image path so I need the text field to be
readonly which i...