Skip to main content

Interface: InputElement

Hierarchy

  • FormElementBase

    InputElement

Properties

autoComplete

Optional autoComplete: string

Inherited from

FormElementBase.autoComplete


isOptional

Optional isOptional: boolean

Inherited from

FormElementBase.isOptional


name

name: string

Inherited from

FormElementBase.name


placeholder

Optional placeholder: string


type

type: "number" | "text" | "password" | "email" | "tel" | "url"