enableFiltering not wokring
Created by: dragma
I can't manage to enable the filtering feature with my Multiselect react component.
Here is the code
<Multiselect
data={[{value:'My',selected:true},{value:'fake'},{value:'data'},{value:'is'},{value:'foobar'}]}
includeSelectAllOption={true}
[...]
enableFiltering={true}
[...]
buttonClass='btn btn-whatever'
multiple/>
Am I doing something wrong ?