Skip to content

Commit

Permalink
Removed defunct comment and updated TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Dec 13, 2021
1 parent e2f17b7 commit 16d8817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ Look at:

* LWCs

* Write up Layout Constants

* Review:
* Read Only Field
* Self Configured Combobox
* Self Configured Combobox - not sure it's needed

* Create exception rendering / error rendering

* Make a page for LWCs
* Document:
* Modal

* Try parent and datatable referencing a DML Service

* Standards
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class ReadOnlyField extends LightningElement {
@api label;
@api value;
@api fieldLevelHelp;
@api displayDensity = LAYOUT_CONSTANTS.DISPLAY_DENSITY.DEFAULT; // wonder if this should be on a OrtooLightningElement superclass?
@api displayDensity = LAYOUT_CONSTANTS.DISPLAY_DENSITY.DEFAULT;

get labelClasses() {
return LAYOUT_CONSTANTS.getLabelClasses( this.displayDensity );
Expand Down

0 comments on commit 16d8817

Please sign in to comment.