docs-bug(mat-select): Remove 'disabledOptionCentering' from API documentation
Documentation Feedback
Since Angular v15+ the, the option centering functionality is no longer working in the mat-select component. This was done to better align with the Material technical spec.
Please remove the 'disableOptionCentering' input from the API documentation.
Latest: https://material.angular.io/components/select/api
v16: https://v16.material.angular.io/components/select/api
v15: https://v15.material.angular.io/components/select/api
Affected documentation page
https://material.angular.io/components/select/api
is disableOptionCentering removed? 😮
is
disableOptionCenteringremoved? 😮
@sanket-bhalerao Last I checked, the ‘disableOptionCentering’ input is not removed but it certainly does not work as it is intended in the documentation since Angular 15+. This is due to the effort to better align with Material design.
I'm going to work on this issue, if no one is working on it.