/dynamic-forms

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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