Tanatloc documentation
    Preparing search index...

    Variable PasswordItemConst

    PasswordItem: React.FunctionComponent<IProps> = ...

    Password item

    Props

    Props:

    • labelCol (Object) Label layout
    • wrapperCol (Object) Input layout
    • name (string) Name of the form item (default: password)
    • label (string) Label of the form item (default: Password)
    • inputPlaceholder (string) Input placeholder (default: none)
    • inputAutoComplete (string) Input autocomplete (default: none)
    • edit (boolean) Allow ****** as a valid password for editing purpose (default: false)
    • style (Object) Style of the form item (default: none)

    PasswordItem