Function default

    • Password item

      Parameters

      • props: IProps

        Props

      • Optional context: any

      Returns ReactNode

      PasswordItem

      Description

      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)

    Generated using TypeDoc and TypeDoc Airthium Plugin