Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c36c23e

Browse files
authored
Merge pull request #168 from alvarosaburido/bugfix/custom-field-default-number-value
Bugfix/custom field default number value
2 parents 172e4b8 + 8ddcadd commit c36c23e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/models.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface FormValidation {
4040
}
4141

4242
export interface InputBase {
43+
name: string;
4344
label?: string;
4445
disabled?: boolean;
4546
customClass?: string;

0 commit comments

Comments
 (0)