interface FormGroupConfig {
    label: string;
    input: HTMLElement | HTMLCollection;
    classes: string[];
    hint: string;
    stacked: boolean;
    localize: boolean;
}

Properties

label: string
input: HTMLElement | HTMLCollection
classes: string[]
hint: string
stacked: boolean
localize: boolean