@algorithm-shift/design-system 1.2.38 → 1.2.40

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.js CHANGED
@@ -3002,6 +3002,7 @@ var FormWrapper = ({
3002
3002
  return import_react16.default.cloneElement(childElement, {
3003
3003
  input: {
3004
3004
  ...controllerField,
3005
+ value: controllerField.value || "",
3005
3006
  hasFormContainer: true,
3006
3007
  validateOnMount: true,
3007
3008
  errorMessage: errors[name]?.message || null