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"
| "url"
| "text"
| "password"
| "email"
| "tel"
value
• Optional
value: string