generated/arcane_shadcn/src/components/form/autocomplete library

Classes

AcceptSuggestionIntent
Intent for accepting the currently selected autocomplete suggestion.
AutoComplete
Intelligent autocomplete functionality with customizable suggestion handling.
AutoCompleteTheme
Theme configuration for AutoComplete widget styling and behavior.
Intent for navigating through autocomplete suggestions via keyboard.

Enums

AutoCompleteMode
Text replacement strategies for autocomplete suggestion application.

Typedefs

AutoCompleteCompleter = String Function(String suggestion)
Function signature for customizing how autocomplete suggestions are applied.