Class MultiTypeahead

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, MultiTypeahead>, ElementClassListMethods<HTMLElement, MultiTypeahead>, ElementConsumerMethods<HTMLElement, MultiTypeahead>, ElementContainerMethods<HTMLElement, MultiTypeahead>, ElementEventMethods<HTMLElement, MultiTypeahead>, ElementIdMethods<HTMLElement, MultiTypeahead>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, MultiTypeahead>, HTMLElementDataMethods<HTMLElement, MultiTypeahead>, HTMLElementStyleMethods<HTMLElement, MultiTypeahead>, HTMLElementVisibilityMethods<HTMLElement, MultiTypeahead>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, MultiTypeahead>, Component, Expandable<HTMLElement, MultiTypeahead>, Typeahead<MultiTypeahead>, Modifiers.Disabled<HTMLElement, MultiTypeahead>

public class MultiTypeahead extends MenuToggleMenu<MultiTypeahead> implements Typeahead<MultiTypeahead>
A typeahead is a select variant that replaces the typical button toggle for opening the select menu with a text input and button toggle combo. As a user enters characters into the text input, the menu options will be filtered to match.
See Also: