Open dragma opened 8 years ago
Foud the answer : there is a onSelectAll
props that can do this.
BUT, I think I found a bug !
When enableCaseInsensitiveFiltering
is true
and onSelectAll
is set, pressing a keyboard key inside the search input triggers the onSelectAll
function.
Am I misunderstanding something ?
I'm not entirely sure of the answer (as I haven't really looked at this lib in a while). It sounds like that's probably an unintended side-effect of the way this wrapper was written.
If the original library doesn't trigger onSelectAll
when using the enableCaseInsensitiveFiltering
feature, then it's probably caused by something in the componentWillReceiveProps
code here:
Hi, Is there any way to trigger the
onChange
event when theincludeSelectAllOption
is set totrue
and we click on "select all" ? Regards, F.