iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
84 stars 23 forks source link

chore(v1): Remove IE Support #854

Closed adamhock closed 2 years ago

adamhock commented 2 years ago
adamhock commented 2 years ago

Everything you have looks good to me. I found two places that might need changing also:

  1. In ComboBoxMenu.tsx there's a check for supports image Does this need to be removed/simplified?
  2. In Table.tsx there are 3 places where polyfills are mentioned in the comments on lines 148, 153, & 237. image Should we remove these IE references?

overflow-x: overlay does not work for Firefox, so we have to keep this check

The comments for IE are removed