Getting this error while trying to add the [disableOptionCentering]="true" on the dropdown: Can't bind to 'disableOptionCentering' since it isn't a known property of 'mat-select'
Current Version: Angular and material both 5
Problem statement: Trying to solve the issue of the dropdown being overlapped on the label. I already tried it on the plunker and it works, I want to know what version of angular material am supposed to use.
Working example: https://angular-veauye.stackblitz.io
What version of material or angular I need to use for this to work or am I missing some other import in modules.