Props

interface IProps {
    edit?: boolean;
    inputAutoComplete?: string;
    inputPlaceholder?: string;
    label?: string;
    labelCol?: {};
    name?: string;
    required?: boolean;
    style?: {};
    wrapperCol?: {};
}

Properties

edit?: boolean
inputAutoComplete?: string
inputPlaceholder?: string
label?: string
labelCol?: {}
name?: string
required?: boolean
style?: {}
wrapperCol?: {}