@arquimedes.co/eureka-forms 2.0.69-test → 2.0.71-test
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.
|
@@ -119,7 +119,7 @@ function ColumnForm(_a) {
|
|
|
119
119
|
return [2 /*return*/, values];
|
|
120
120
|
}
|
|
121
121
|
});
|
|
122
|
-
}); }, [form
|
|
122
|
+
}); }, [form]);
|
|
123
123
|
return (_jsxs("div", __assign({ className: styles.container, style: { color: formStyle.textColor } }, { children: [loading && _jsx("div", { className: styles.curtain }), previous.map(function (idSection) { return (_jsx(Section, { idSection: idSection }, idSection)); }), next.map(function (idSection) { return (_jsx(Section, { idSection: idSection }, idSection)); }), _jsx(Terms, {}), !postview && editable && (_jsxs(React.Fragment, { children: [customSubmitBtns === undefined && (_jsx("div", __assign({ className: styles.submitBtnContainer }, { children: _jsx(CustomBtn, { onClick: submit, width: "calc(100% - 70px)", label: sendLabel !== null && sendLabel !== void 0 ? sendLabel : 'Enviar', backgroundColor: formStyle.primaryColor, color: formStyle.primaryContrastColor, loading: loading, "data-testid": "form__submit" }) }))), customSubmitBtns === null || customSubmitBtns === void 0 ? void 0 : customSubmitBtns(submit, loading)] }))] })));
|
|
124
124
|
}
|
|
125
125
|
export default ColumnForm;
|
|
@@ -244,6 +244,8 @@ function CustomSelect(_a) {
|
|
|
244
244
|
setOpen(false);
|
|
245
245
|
}, onOpen: function () {
|
|
246
246
|
setOpen(true);
|
|
247
|
+
if (required)
|
|
248
|
+
handleChange(value !== null && value !== void 0 ? value : {});
|
|
247
249
|
}, onFocus: function (e) {
|
|
248
250
|
var _a;
|
|
249
251
|
if (!((_a = e.relatedTarget) === null || _a === void 0 ? void 0 : _a.closest('.EF-MuiPaper-root'))) {
|
package/package.json
CHANGED