Skip to content

Commit e8005ec

Browse files
crisbetokara
authored andcommitted
chore: add missing input selectors to compatibility (#5806)
Fixes #5805.
1 parent 3333035 commit e8005ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/lib/core/compatibility/compatibility.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ export const MAT_ELEMENTS_SELECTOR = `
3838
[matTabLink],
3939
[matTabNav],
4040
[matTooltip],
41+
[matInput],
42+
[matPrefix],
43+
[matSuffix],
4144
mat-autocomplete,
4245
mat-button-toggle,
4346
mat-button-toggle,
@@ -65,6 +68,7 @@ export const MAT_ELEMENTS_SELECTOR = `
6568
mat-header-cell,
6669
mat-hint,
6770
mat-icon,
71+
mat-input-container,
6872
mat-list,
6973
mat-list-item,
7074
mat-menu,
@@ -104,6 +108,9 @@ export const MD_ELEMENTS_SELECTOR = `
104108
[mdTabLink],
105109
[mdTabNav],
106110
[mdTooltip],
111+
[mdInput],
112+
[mdPrefix],
113+
[mdSuffix],
107114
md-autocomplete,
108115
md-button-toggle,
109116
md-button-toggle,
@@ -131,6 +138,7 @@ export const MD_ELEMENTS_SELECTOR = `
131138
md-header-cell,
132139
md-hint,
133140
md-icon,
141+
md-input-container,
134142
md-list,
135143
md-list-item,
136144
md-menu,

0 commit comments

Comments
 (0)