@opengeoweb/form-fields 4.8.0 → 4.9.1

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/index.esm.js CHANGED
@@ -409,7 +409,7 @@ var ReactHookFormSelect = function ReactHookFormSelect(_a) {
409
409
 
410
410
  _onChange(changeEvent);
411
411
  },
412
- value: value,
412
+ value: value || '',
413
413
  variant: "filled"
414
414
  }, otherProps), children));
415
415
  };
package/index.umd.js CHANGED
@@ -472,7 +472,7 @@
472
472
 
473
473
  _onChange(changeEvent);
474
474
  },
475
- value: value,
475
+ value: value || '',
476
476
  variant: "filled"
477
477
  }, otherProps), children));
478
478
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/form-fields",
3
- "version": "4.8.0",
3
+ "version": "4.9.1",
4
4
  "description": "GeoWeb form-fields library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "react-hook-form": "^7.41.5",
16
16
  "react": "^17.0.2",
17
17
  "@mui/material": "^5.10.8",
18
- "@opengeoweb/theme": "4.8.0",
18
+ "@opengeoweb/theme": "4.9.1",
19
19
  "moment": "^2.29.0",
20
20
  "moment-timezone": "^0.5.31",
21
21
  "@mui/x-date-pickers": "^5.0.4",