control property

FMultiValueControl<T>? control
final

The control that manages the multi-select's state.

Defaults to FMultiValueControl.managed if not provided.

Implementation

final FMultiValueControl<T>? control;