I am having an issue where I can go into Forms and inspect the element of a readonly field such as:
From there I can remove the readonly attribute and it makes the field editable.
I noticed that on some forms here made by others, there is an attribute named “backend-readonly”. I have done my homework, but nobody can inform me about this.
On these forms I cannot edit the text content if I remove all the readonly attributes (readonly & backend-readonly). I could add the 'backend-readonly' attribute on my form, but it makes no difference. Also, ‘Backend Valdition’ is turned off on these forms.
Any idea where this ‘backend-readonly’ attribute came from and how it works?
Thanks,
Chris Cartrett