@salesforcedevs/dx-components 0.10.1-alpha.105 → 0.10.1-alpha.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.10.1-alpha.105",
3
+ "version": "0.10.1-alpha.106",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -151,6 +151,10 @@ export default class SidebarSearch extends LightningElement {
151
151
 
152
152
  this.resultList?.subscribe(this.onResultListChange);
153
153
 
154
+ if (this.preloadedState) {
155
+ this.searchBox.updateText(this.value || "");
156
+ }
157
+
154
158
  if (!this.isValueEmpty) {
155
159
  this.dispatchHighlightedTermChange();
156
160
  }