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 was archived by the owner on Sep 5, 2024. It is now read-only.
fix(input): IE perf with attribute selectors for ngMessages
IE manifest huge performance issues with attribute selectors.
Reproduce this very easily using `UI Responsivess` tab in IE11 developer tools:
* duplicate the amount of ` :not` selectors prefixed with space and
* measure the time it takes for IE to calculate layout(in green).
Closes#7360
# Conflicts:
# src/components/input/demoErrors/index.html
0 commit comments