Skip to content

Latest commit

 

History

History
120 lines (68 loc) · 1.73 KB

FormField.md

File metadata and controls

120 lines (68 loc) · 1.73 KB

@bigcommerce/checkout-sdk / FormField

Interface: FormField

Table of contents

Properties

Properties

custom

custom: boolean


default

Optional default: string


fieldType

Optional fieldType: "checkbox" | "date" | "text" | "dropdown" | "password" | "radio" | "multiline"


id

id: string


inputDateFormat

Optional inputDateFormat: string


itemtype

Optional itemtype: string


label

label: string


max

Optional max: string | number


maxLength

Optional maxLength: number


min

Optional min: string | number


name

name: string


options

Optional options: FormFieldOptions


required

required: boolean


requirements

Optional requirements: CustomerPasswordRequirements


secret

Optional secret: boolean


type

Optional type: "string" | "date" | "array" | "integer"