@portnet/ui 0.0.32 → 0.0.33

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.
@@ -181,7 +181,7 @@ const PuiFormikAutocomplete = /*#__PURE__*/React.forwardRef((_ref3, ref) => {
181
181
  const changeHandler = option => {
182
182
  formikContext.setFieldValue(name, option !== null ? getOptionValue(option) : "");
183
183
  setSelectedOption(option);
184
- onChange(option !== null ? getOptionValue(option) : null);
184
+ onChange(option);
185
185
  };
186
186
  const inputChangeHandler = (event, newInputValue, reason) => {
187
187
  if (reason === "clear") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portnet/ui",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Portnet UI",
5
5
  "keywords": [
6
6
  "react",