Class FormSelect

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, FormSelect>, ElementClassListMethods<HTMLElement, FormSelect>, ElementConsumerMethods<HTMLElement, FormSelect>, ElementContainerMethods<HTMLElement, FormSelect>, ElementEventMethods<HTMLElement, FormSelect>, ElementIdMethods<HTMLElement, FormSelect>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, FormSelect>, HTMLElementDataMethods<HTMLElement, FormSelect>, HTMLElementStyleMethods<HTMLElement, FormSelect>, HTMLElementVisibilityMethods<HTMLElement, FormSelect>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FormSelect>, Component, HasValue<String>, Validatable<HTMLElement, FormSelect>, Modifiers.Disabled<HTMLElement, FormSelect>, Modifiers.Required<HTMLElement, FormSelect>

public class FormSelect extends FormControl<HTMLElement, FormSelect> implements HasValue<String>, Attachable
A form select embeds browser native select lists into a form.
See Also: