PlexFormFieldAutoComplete<T> constructor
PlexFormFieldAutoComplete<T> ({
- Key? key,
- PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
- Widget dropDownLeadingIcon(
- dynamic item
- Widget dropdownItemWidget(
- dynamic item
- String dropdownItemAsString(
- dynamic item
- dynamic dropdownItemOnSelect(
- dynamic item
- PlexWidgetController<
T?> ? dropdownSelectionController, - Function? dropdownCustomOnTap,
- FocusNode? searchInputFocusNode,
- Future<
List> autoCompleteItems(- String query
- String noDataText = "N/A",
- bool showBarCode = false,
- double inputDelay = 1000,
Implementation
PlexFormFieldAutoComplete({
super.key,
this.properties = const PlexFormFieldGeneric.empty(),
this.dropDownLeadingIcon,
this.dropdownItemWidget,
this.dropdownItemAsString,
this.dropdownItemOnSelect,
this.dropdownSelectionController,
this.dropdownCustomOnTap,
this.searchInputFocusNode,
this.autoCompleteItems,
this.noDataText = "N/A",
this.showBarCode = false,
this.inputDelay = 1000,
});