react-multi-select icon indicating copy to clipboard operation
react-multi-select copied to clipboard

adding the withGrouping parameter, can not work normally on IE browser

Open yonggithub opened this issue 6 years ago • 3 comments

Expected Behavior

show the data on IE11 browser withGrouping

Actual Behavior

can not show data on IE browser withGrouping

Steps to Reproduce the Problem

1.it can not show data normally on IE browser when use the withGrouping value
my code : image

my items data console: image

Specifications

  • Version:^1.1.4
  • Platform:windows

yonggithub avatar Oct 31 '19 07:10 yonggithub

which version of IE are you using? it's working for me on Edge

ahi-el avatar Oct 31 '19 20:10 ahi-el

which version of IE are you using? it's working for me on Edge

Thanks for your reply,I also can run it normally on Edge but IE. my IE version is 11; image

yonggithub avatar Nov 01 '19 02:11 yonggithub

@yonggithub thanks for the input. Overall we have no plan to officially support IE but I encourage you to add such support if you need it. I didn't go into the details of the issue, but I imagine that it a configuration that needs to be set in the build process in webpack. If you would like to pick this up we would be happy to push such a change to the component.

liorheber avatar Nov 01 '19 12:11 liorheber