react-filtered-multiselect icon indicating copy to clipboard operation
react-filtered-multiselect copied to clipboard

No possibility to focus the filter input field

Open jsabro opened this issue 3 years ago • 0 comments

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} ... />

jsabro avatar Feb 12 '21 06:02 jsabro