@portnet/ui 0.0.77 → 0.0.78

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.
@@ -200,6 +200,7 @@ const PuiFormikAutocomplete = /*#__PURE__*/React.forwardRef((_ref3, ref) => {
200
200
  } else {
201
201
  option = options.find(option => String(getOptionValue(option)) === String(value));
202
202
  }
203
+ console.log("option", option);
203
204
  setSelectedOption(option);
204
205
  formikContext.setFieldValue(name, getOptionValue(option));
205
206
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portnet/ui",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "Portnet UI",
5
5
  "keywords": [
6
6
  "react",