diff --git a/README.md b/README.md
index a0daa888..9a1f0b2b 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,13 @@ Follow this set of instructions if you want to deploy the library in its most re
1. Log in to your org
-1. Click this link to install the sfGpsDsAuNsw unlocked package in your org (with sfGpsDs included).
+1. Click this link to install the sfGpsDsAuNsw unlocked package in your org (with sfGpsDs included).
-1. Click this link to install the sfGpsDsAuNswS unlocked package in your org (with sfGpsDs included).
+1. Click this link to install the sfGpsDsAuNswS unlocked package in your org (with sfGpsDs included).
1. Click this link to install the sfGpsDsAuVic unlocked package in your org (with sfGpsDs included).
-1. Click this link to install the sfGpsDsUkGov unlocked package in your org (with sfGpsDs included).
+1. Click this link to install the sfGpsDsUkGov unlocked package in your org (with sfGpsDs included).
## Installing the production versions using Unlocked Packages
diff --git a/TROUBLESHOOT.md b/TROUBLESHOOT.md
index 22d32504..cad36990 100644
--- a/TROUBLESHOOT.md
+++ b/TROUBLESHOOT.md
@@ -4,7 +4,7 @@ In this document, we will go through typical ways to troubleshoot issues —
## OmniStudio releases and changes in OmniScript element behaviour
-The Salesforce platform features three releases a year and this also apply to the Omnistudio capability. On top of this, the Omnistudio team has recently
+The Salesforce platform features three releases a year and this also apply to the Omnistudio capability. On top of this, the Omnistudio team has recently
changed the way its managed package is distributed: from being on demand updates fully controlled by customers, updates are now pushed.
While platform upgrades are planned with a clear calendar when you could spin a preview sandbox and perform regression tests, automated updates of a
@@ -29,9 +29,9 @@ into a single javascript file for deployment: as a result, the template gets har
You'll want to have
[Lightning Components Debug Mode](https://help.salesforce.com/s/articleView?id=sf.aura_debug_mode.htm&language=en_US&type=5) enabled in Setup for your Salesforce user when troubleshooting.
-Let us use the OmniScript `combobox` element as an example.
+Let us use the OmniScript `combobox` element as an example.
-Our overridden template based on 246 was as follows
+Our overridden template based on 246 was as follows
(refer to [sfGpsDsAuNswComboboxOsN](./sfGpsDsAuNsw/main/default/lwc/sfGpsDsAuNswComoboxOsN)):
```
@@ -105,7 +105,9 @@ api_element("input", {
})
[...]
```
+
with the `showLookup` method being as follows:
+
```
showLookup(event) {
if (this._readOnly && !this._alwaysShowLookup || this.disabled) {
diff --git a/sfdx-project.json b/sfdx-project.json
index 1eb4b1d2..cbe50e62 100644
--- a/sfdx-project.json
+++ b/sfdx-project.json
@@ -362,6 +362,10 @@
"Salesforce Global Public Sector AU NSW Design System@2.3.4-5": "04t5j000000dw8PAAQ",
"Salesforce Global Public Sector AU NSW Design System@2.3.5-1": "04t5j000000dwozAAA",
"Salesforce Global Public Sector AU NSW Service Design System@2.3.5-1": "04t5j000000dwp4AAA",
- "Salesforce Global Public Sector AU VIC Design System@2.3.5-1": "04t5j000000dwp9AAA"
+ "Salesforce Global Public Sector AU VIC Design System@2.3.5-1": "04t5j000000dwp9AAA",
+ "Salesforce Global Public Sector AU NSW Design System@2.3.5-2": "04t5j000000dyqbAAA",
+ "Salesforce Global Public Sector AU NSW Service Design System@2.3.5-2": "04t5j000000dyqgAAA",
+ "Salesforce Global Public Sector AU VIC Design System@2.3.5-2": "04t5j000000dyqlAAA",
+ "Salesforce Global Public Sector GOV.UK Design System (Full)@1.0.5-3": "04t5j000000dyqqAAA"
}
}