@pixelated-tech/components 3.5.6 → 3.5.7

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.
@@ -53,7 +53,7 @@ const useFormComponent = (props) => {
53
53
  const customOnChange = props.onChange || (props.parent && props.parent.onChange);
54
54
  if (customOnChange) {
55
55
  try {
56
- customOnChange(event);
56
+ customOnChange(value);
57
57
  }
58
58
  catch {
59
59
  // swallow handler errors to avoid breaking validation flow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelated-tech/components",
3
- "version": "3.5.6",
3
+ "version": "3.5.7",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Pixelated Technologies",