react-web-tabs icon indicating copy to clipboard operation
react-web-tabs copied to clipboard

Doesn't work on Internet Explorer 11

Open EshanR opened this issue 4 years ago • 1 comments

On IE 11, When I click on a tab to navigate or switch tab, it will redirect to another blank screen. Console gives this:

DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337

Polyfillis installed already. Is react-web-tab does not support for IE?

EshanR avatar Mar 04 '20 04:03 EshanR

I tried with ie11 like below, and it's working

      <TabList>
        <Tab type="button" tabFor="vertical-tab-one">Work</Tab>
        <Tab type="button"  tabFor="vertical-tab-two">View</Tab>
        <Tab type="button"  tabFor="vertical-tab-three">Help</Tab>
    </TabList>

cagriarslan avatar Jun 08 '20 08:06 cagriarslan