@axos-web-dev/shared-components 1.0.77-ext-bal-apy-calc.3 → 1.0.77-ext-bal-apy-calc.4

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.
@@ -235,6 +235,7 @@ const MortgageRate = ({
235
235
  methods.setValue("mortgageBalance", 0);
236
236
  } else if (loanPurpose === 2) {
237
237
  methods.reset();
238
+ methods.setValue("loanPurpose", 2);
238
239
  methods.setValue("salesPrice", 0);
239
240
  methods.setValue("downPayment", 0);
240
241
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.77-ext-bal-apy-calc.3",
4
+ "version": "1.0.77-ext-bal-apy-calc.4",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",