You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: force-app/main/default/lwc/character_counter_record_edit_component/character_counter_record_edit_component.html
Copy file name to clipboardExpand all lines: force-app/main/default/lwc/character_counter_record_edit_component/character_counter_record_edit_component.js
+27-5
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,11 @@ export default class CharacterCounterRecordEditComponent extends NavigationMixin
18
18
@apicharacterWarningThreshold;
19
19
@apifieldColumns=1;
20
20
@trackfieldDataCopy;
21
-
CHARACTERS_REMAINING='characters remaining';
22
21
columnClasses='';
23
22
24
23
connectedCallback(){
25
-
//Due to this.fieldData being an api exposed variable, we need to clone it to be able to update it. This is how you clone objects in js.
0 commit comments