diff --git a/src/core/models.ts b/src/core/models.ts index cc5ecc0..3b74a26 100644 --- a/src/core/models.ts +++ b/src/core/models.ts @@ -40,6 +40,7 @@ export interface FormValidation { } export interface InputBase { + name: string; label?: string; disabled?: boolean; customClass?: string;