@arquimedes.co/eureka-forms 2.0.70-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.
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version":"2.0.70-test",
4
+ "version":"2.0.71-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",