<select> keyboard-typeahead: printable-key guard, lower-case match, disabled skip, round-robin walk, debounced ...
createTypeaheadController
Functionforms/select/controllers
projects/forms/select/shared/typeahead-controller.ts
Description#
<select> keyboard-typeahead: printable-key guard, lower-case match,
disabled skip, round-robin walk, debounced buffer reset. State-holding
(buffer + timer) but no DI refs; caller owns the lifetime.
Signature#
createTypeaheadController(options: TypeaheadControllerOptions)Parameters#
Returns#
TypeaheadController