You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
I had problems with loading selectivity on IE11. I found that the reason is diacritics plugin - it source have some characters that break IE11.
In built Selectivity code I found that this:
So, the question is, do all these plugins are necessery for default Selectivity React component? I believe they are not. Especially if they break promised browser support.
For other who have the issue - you can just load needed plugins manually, for me it was:
I had problems with loading selectivity on IE11. I found that the reason is
diacritics
plugin - it source have some characters that break IE11.In built Selectivity code I found that this:
is just shortcut for:
So, the question is, do all these plugins are necessery for default Selectivity React component? I believe they are not. Especially if they break promised browser support.
For other who have the issue - you can just load needed plugins manually, for me it was:
The text was updated successfully, but these errors were encountered: