I have a CDM Form that includes several tabs, with each tab representing a relationship form. The issue occurs when the form is in a readonly state. While the readonly behavior works correctly for native inputs and self-document data, it does not work properly for other relationship components provided by A12. Below are some examples

For the Table List component, the edit button is still visible. When a row is clicked, the dual pane opens, and the user can still interact with it.

For the Dropdown Selection (External Enumeration) component, the select input is not disabled in readonly mode.
The Dual Pane component also remains interactive, and users can still make changes even when the form is readonly.