initialValue property
The initial value to be selected for DropdownTextField. The value must be present in suggestions.
When not specified, hint
is shown instead of initialValue
.
Implementation
final SearchFieldListItem<T>? initialValue;
The initial value to be selected for DropdownTextField. The value must be present in suggestions.
When not specified, hint
is shown instead of initialValue
.
final SearchFieldListItem<T>? initialValue;