@algorithm-shift/design-system 1.2.38 → 1.2.39

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/dist/index.mjs CHANGED
@@ -2927,6 +2927,7 @@ var FormWrapper = ({
2927
2927
  return React18.cloneElement(childElement, {
2928
2928
  input: {
2929
2929
  ...controllerField,
2930
+ value: controllerField.value || "",
2930
2931
  hasFormContainer: true,
2931
2932
  validateOnMount: true,
2932
2933
  errorMessage: errors[name]?.message || null