We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e432c commit 9e39edaCopy full SHA for 9e39eda
scripts/check-mdc-tests-config.ts
@@ -140,6 +140,9 @@ export const config = {
140
'element is inside an ngIf'
141
],
142
'mdc-select': [
143
+ // TODO(crisbeto): remove this exception once #22187 lands.
144
+ 'should float the label on focus if it has a placeholder',
145
+
146
// These tests are excluded, because they're verifying the functionality that positions
147
// the select panel over the trigger which isn't supported in the MDC select.
148
'should set the width of the overlay based on a larger trigger width',
0 commit comments