
To avoid this behavior, split the stylesheets into multiple parts and include only the components that you need. As a result, if the stylesheet contains more rules, the extra ones will be ignored. IE9 has a limit of 4095 selectors per sheet.

indexOf ( "MSIE 9.0" ) > 0 ) Ĭompile a stylesheet that includes the fallback styles of the flexbox layout. When the application is running in IE9, add the k-no-flexbox class to a container element. In your application, include the polyfills for Internet Explorer 9 required by React.

KendoReact is fully compatible with all browsers which are supported by the React framework with certain limitations for Internet Explorer 9 (IE9).ĭue to the maturity and specifics of IE9, you need to additionally configure your project to avoid styling issues and optimize the browser performance of the components.
