Class PopperMultiTypeahead

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

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