Popii - v0.5.1
    Preparing search index...

    Interface FormField

    interface FormField {
        name: string;
        label: string;
        paragraph?: boolean;
        required?: boolean;
        value?: string;
        placeholder?: string;
    }
    Index

    Properties

    name: string
    label: string
    paragraph?: boolean
    required?: boolean
    value?: string
    placeholder?: string