I am using FilteredMultiSelect together with React Functional Components. Currently it is not possible to set the focus on the filter input field.
It would be nice if there would be a possibility for this, e.g. a property autofocus or similar.
<FilteredMultiSelect autoFocus={true} ... />