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
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
+
<!--
2
+
@description: This component is used to display a record edit form that displays character counts for text fields. This is embedded
3
+
in the character_counting_component lwc, but could also be used independently in other components as well if desired.
4
+
5
+
@author: Matt Gerry (codingwiththeforce@gmail.com)
Copy file name to clipboardExpand all lines: force-app/main/default/lwc/character_counter_record_edit_component/character_counter_record_edit_component.js
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
/*
2
2
@description: This component is used to display a record edit form that displays character counts for text fields. This is embedded
3
3
in the character_counting_component lwc, but could also be used independently in other components as well if desired.
4
+
4
5
@author: Matt Gerry (codingwiththeforce@gmail.com)
6
+
5
7
@date: 5/3/2022
6
8
*/
7
9
@@ -46,7 +48,7 @@ export default class CharacterCounterRecordEditComponent extends NavigationMixin
0 commit comments