We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b43b47 + 22aa9b2 commit 227a2cdCopy full SHA for 227a2cd
force-app/components/tagRecordForm/lwc/tagRecordForm/tagRecordForm.js
@@ -6,6 +6,7 @@ export default class TagRecordForm extends LightningElement {
6
@api fields;
7
@api twoColumns;
8
@api isDefaultOpen;
9
+ @api readOnly;
10
11
@track fieldArray = [];
12
@track open;
force-app/components/tagRecordForm/lwc/tagRecordForm/tagRecordForm.js-meta.xml
@@ -18,6 +18,7 @@
18
description="If checked, the section is open on page refresh. Closed if unchecked." />
19
<property name="twoColumns" type="Boolean" default="true"
20
description="If checked, the fields will display in two columns. One columns if unchecked." />
21
+ <property name="readOnly" type="Boolean" default="true" />
22
<supportedFormFactors>
23
<supportedFormFactor type="Large" />
24
<supportedFormFactor type="Small" />
0 commit comments