angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.33k stars 6.73k forks source link

docs-bug(mat-select): Remove 'disabledOptionCentering' from API documentation #28303

Open eevardone opened 10 months ago

eevardone commented 10 months ago

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.

Screenshot 2023-12-18 at 9 18 18 AM

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

sanket-bhalerao commented 7 months ago

is disableOptionCentering removed? 😮

eevardone commented 7 months ago

is disableOptionCentering removed? 😮

@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.

GiftLanga commented 3 months ago

I'm going to work on this issue, if no one is working on it.