Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 349 Bytes

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