Skip to content

Commit

Permalink
disabled the readonly option for dynamic fields name and description
Browse files Browse the repository at this point in the history
Signed-off-by: GOKULRAJ136 <[email protected]>
  • Loading branch information
GOKULRAJ136 committed Dec 12, 2024
1 parent 0b4edfc commit 976541a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
[value]="primaryData[field.name]"
required={{field.ismandatory}}
*ngIf="field.name !== 'fieldVal'"
readonly = true
/>
</span>
<span *ngIf="pageName === 'Dynamic Field' && field.name === 'name' && isCreateForm">
Expand Down Expand Up @@ -179,7 +178,6 @@
[value]="primaryData[field.name]"
required={{field.ismandatory}}
rows="3" cols="40"
readonly = true
></textarea>
</span>
<span *ngIf="pageName === 'Dynamic Field' && isCreateForm && field.name === 'description'">
Expand Down Expand Up @@ -463,7 +461,6 @@
}}"
[value]="secondaryData[field.name]"
*ngIf="field.name !== 'fieldVal'"
readonly = true
/>
</span>
<span *ngIf="pageName === 'Dynamic Field' && secondaryData[field.name] === '' && field.name === 'name'">
Expand Down Expand Up @@ -574,7 +571,6 @@
}}"
[value]="secondaryData[field.name]"
rows="3" cols="40"
readonly = true
></textarea>
</span>
<span *ngIf="pageName === 'Dynamic Field' && secondaryData[field.name] === '' && field.name === 'description'">
Expand Down

0 comments on commit 976541a

Please sign in to comment.