@dyedurham/search-and-file-widget 2.0.5 → 2.0.6

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.
@@ -83511,7 +83511,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
83511
83511
  },
83512
83512
  {
83513
83513
  type: FormType.Text,
83514
- dynamicLabel: (form, t) => `${t("Address")}: ${getAddressPreview(form)}`,
83514
+ dynamicLabel: (form, t) => `${t("Address")}: ${getAddressPreview(form.getRawValue())}`,
83515
83515
  formControlName: "",
83516
83516
  class: "span-12"
83517
83517
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {