@saasquatch/mint-components 1.14.7-8 → 1.14.7-9
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/dist/cjs/sqm-big-stat_43.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-lead-form/useLeadForm.js +2 -2
- package/dist/esm/sqm-big-stat_43.entry.js +2 -2
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-8855bb68.entry.js → p-41c0d386.entry.js} +1 -1
- package/dist/mint-components/p-cbbd0d6f.system.entry.js +1 -0
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-5c35ab32.system.entry.js +0 -1
|
@@ -1477,8 +1477,8 @@ function useLeadForm(props) {
|
|
|
1477
1477
|
validationErrors: {},
|
|
1478
1478
|
});
|
|
1479
1479
|
(_b = (_a = formRef.current) === null || _a === void 0 ? void 0 : _a.getFormControls()) === null || _b === void 0 ? void 0 : _b.forEach((c) => {
|
|
1480
|
-
|
|
1481
|
-
if (c.type === "checkbox") {
|
|
1480
|
+
var _a;
|
|
1481
|
+
if (((_a = c.input) === null || _a === void 0 ? void 0 : _a.type) === "checkbox") {
|
|
1482
1482
|
c.checked = false;
|
|
1483
1483
|
c.value = false;
|
|
1484
1484
|
}
|
|
@@ -113,8 +113,8 @@ export function useLeadForm(props) {
|
|
|
113
113
|
validationErrors: {},
|
|
114
114
|
});
|
|
115
115
|
(_b = (_a = formRef.current) === null || _a === void 0 ? void 0 : _a.getFormControls()) === null || _b === void 0 ? void 0 : _b.forEach((c) => {
|
|
116
|
-
|
|
117
|
-
if (c.type === "checkbox") {
|
|
116
|
+
var _a;
|
|
117
|
+
if (((_a = c.input) === null || _a === void 0 ? void 0 : _a.type) === "checkbox") {
|
|
118
118
|
c.checked = false;
|
|
119
119
|
c.value = false;
|
|
120
120
|
}
|
|
@@ -1473,8 +1473,8 @@ function useLeadForm(props) {
|
|
|
1473
1473
|
validationErrors: {},
|
|
1474
1474
|
});
|
|
1475
1475
|
(_b = (_a = formRef.current) === null || _a === void 0 ? void 0 : _a.getFormControls()) === null || _b === void 0 ? void 0 : _b.forEach((c) => {
|
|
1476
|
-
|
|
1477
|
-
if (c.type === "checkbox") {
|
|
1476
|
+
var _a;
|
|
1477
|
+
if (((_a = c.input) === null || _a === void 0 ? void 0 : _a.type) === "checkbox") {
|
|
1478
1478
|
c.checked = false;
|
|
1479
1479
|
c.value = false;
|
|
1480
1480
|
}
|