components icon indicating copy to clipboard operation
components copied to clipboard

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

Open eevardone opened this issue 2 years ago • 2 comments

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

eevardone avatar Dec 18 '23 17:12 eevardone

is disableOptionCentering removed? 😮

sanket-bhalerao avatar Feb 21 '24 12:02 sanket-bhalerao

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.

eevardone avatar Feb 22 '24 01:02 eevardone

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

GiftLanga avatar Jun 21 '24 08:06 GiftLanga