Skip to content

Type Alias: FormField

FormField = HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement

Defined in: interaction.ts:71

Represents a form field element that can emit a change event.