Skip to content

joshvanallen/dynamic-forms

Repository files navigation

This is the base model for the inputs

{
    inputType: enum;
    required: boolean;
    class: string[];
    disable: boolean;
    id: string;
    label: string;
    tooltip:string;
    errorMessages:{
        [validatorType]:message
    }
}

Starting with: input[type="text]

Demo of App

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published