diff --git a/src/forms/IFormCollection.ts b/src/forms/IFormCollection.ts index 3101620..db68435 100644 --- a/src/forms/IFormCollection.ts +++ b/src/forms/IFormCollection.ts @@ -17,11 +17,4 @@ export interface IFormCollection, TValidati * @see [Array.length](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/length) */ length: number; - - /** - * Resets the sections collection and all contained items. - * - * Validation and other flags are reset, fields retain their current values. - */ - reset(): void; } \ No newline at end of file