@portnet/ui 0.0.105 → 0.0.107

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.
@@ -109,9 +109,9 @@ const PuiStandardDateField = /*#__PURE__*/React.forwardRef((_ref, ref) => {
109
109
  helperText: helperText
110
110
  }, params), {}, {
111
111
  error: params.error || error,
112
- inputProps: {
112
+ inputProps: _objectSpread({
113
113
  name
114
- }
114
+ }, params.inputProps)
115
115
  }))
116
116
  }, rest));
117
117
  });
@@ -52,9 +52,7 @@ const PuiFormikForm = _ref => {
52
52
  React.useEffect(() => {
53
53
  if (verifyError && !isValid && !isValidating && Object.keys(errors).length !== 0) {
54
54
  const errorsKeys = Object.keys(flatten(errors));
55
- console.log("errorsKeys", errorsKeys);
56
55
  const element = document.querySelector("[name='".concat(errorsKeys[0], "']"));
57
- console.log("element", element);
58
56
  if (Boolean(element)) {
59
57
  element.scrollIntoView({
60
58
  behavior: "smooth",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portnet/ui",
3
- "version": "0.0.105",
3
+ "version": "0.0.107",
4
4
  "description": "Portnet UI",
5
5
  "keywords": [
6
6
  "react",