@socotra/ec-react-components 2.4.0 → 2.5.0

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.d.ts CHANGED
@@ -96,7 +96,9 @@ declare type Props = {
96
96
  /**
97
97
  * The default values for the form
98
98
  */
99
- defaultValues?: Partial<AccountResponse>;
99
+ defaultValues?: Partial<AccountResponse> & {
100
+ autoValidate?: boolean;
101
+ };
100
102
  /**
101
103
  * Hides the submit button
102
104
  */