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

Filtered multi-select React component

Results 14 react-filtered-multiselect issues
Sort by recently updated
recently updated
newest added

`componentWillReceiveProps` has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.

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

Using it as a controlled component. If disabling of the component happens after an entry has been selected, the entry is still selected and the actions button is still enabled.

Using it as a controlled component. One of the duplicate entries aren't cleared when the options are changed.

See the attached image. When the string is large in width, it is not displaying properly, some part of the string is hidden and also the scrollbar is not appearing...

Hello, First of all, I like to thank you for your hard work. I hope you don't mind me saying this, but i would be great if you write comments...

Hello, Could you also add a prop to hide ? I want to have multiple multi-select lists, with custom onSubmit action common to all of them.

Is there a way to create Tree-like structure under this MultiSelect component. Something, as displayed in the attached image.

Let the component hand its state and props over to you for complete customisation. ```js {({...}) => ...} ``` ```js ...} /> ```

enhancement

First of all, loving the multiselect. The only thing I have not been able to make it do is clear the input field after you make a selection. Now, you...