ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
445 stars 60 forks source link

Add aria-controls Attributes to div Inside mtx-select for Improved Accessibility #328

Closed sobriquet11 closed 3 months ago

sobriquet11 commented 3 months ago

Currently, the mtx-select component does not include an aria-controls attribute on the div element inside it. This attribute is crucial for improving the accessibility of the component, as it allows assistive technologies to establish a relationship between the select box and the element it controls (typically the dropdown list). any chance that you could add this attribute? thank you

nzbin commented 3 months ago

I'm sorry, the mtx-select is a wrapper of ng-select, I don't find props for aria-controls attribute. https://github.com/ng-select/ng-select