https://dequeuniversity.com/rules/axe/2.2/label?application=lighthouse
Form elements like input need a label or they will fail the Chrome Lighthouse Accessibility test
I think this should be addressed to #216 which should fix all accessibility issues.
I have a simple ng-select with ng-label-tmp and ng-option-tmp. I want to place an aria-label on the inputbox. Tried following the example but to no avail. How do I place an aria attribute on the combobox?
This seems to be screen-reader dependent. Using both JAWS and NVDA readers, it was reading my custom aria-label on the ng-select properly. But using Apple's VoiceOver, it merely reads a generic 'Menu popup combo box'.
Most helpful comment
I have a simple ng-select with ng-label-tmp and ng-option-tmp. I want to place an aria-label on the inputbox. Tried following the example but to no avail. How do I place an aria attribute on the combobox?