enabled property

bool? enabled
final

True if the item is enabled. Disabled items cannot be selected, and is skipped during traversal.

Defaults to the value inherited from the parent FAutocompleteSection or FAutocomplete.

Implementation

final bool? enabled;