If I set a group with clone=true and readonly=true, I expect the group and its fields to be read only, instead, only fields are read only while the group itself still permits to add and remove clones.
The group field does not support adding the setting readonly. This setting only applies to some simple fields like text, url, email, checkbox, radio, date, time, datetime which are sub-fields inside the group.
I have some posts that once in a state needs to have some values read only, and some of them are cloned groups. Is there a way to show a readonly group or should I keep using readonly and hide the add and remove buttons with some js?