Class PopperSingleTypeahead

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

Deprecated.
This implementation uses the Popper.js API, which is due to be removed soon. Use SingleTypeahead instead.
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.