Because mat-select doesn't use a real select under the hood.
The only workaround is creating an input with the same name property to catch autofill value from the browser and feed it to mat-select.
This input can't be hidden or display:none.
Use `postition: absolute` with `z-index: -1` or `right: 1000%` to "hide" it.
Because mat-select doesn't use a real select under the hood.
The only workaround is creating an input with the same name property to catch autofill value from the browser and feed it to mat-select.
This input can't be hidden or display:none.
Use `postition: absolute` with `z-index: -1` or `right: 1000%` to "hide" it.