jackocnr / intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers. React and Vue components also included.
https://intl-tel-input.com
MIT License
7.64k stars 1.95k forks source link

Screen Reader devices are not able to detect navigated country code drop down list item #893

Closed padu closed 5 years ago

padu commented 5 years ago

Steps to reproduce

  1. Open https://intl-tel-input.com/
  2. Start NVDA screen reader, press tab and navigate to demo country code drop down
  3. Press UP/Down Key to navigate to country code items
  4. On browser UI respective list item is highlighted but screen reader is not announcing it.

Expected behaviour

After UP/Down keyboard key at country code dropdown, screen reader should able to announce respective highlighted country code, that user want to select.

Actual behaviour

After UP/Down keyboard key at country code dropdown, screen reader is not able to detect highlighted country code item.

Initialisation options

List any options you're using e.g. utilsScript or preferredCountries

padu commented 5 years ago

@jackocnr PR#892, raised for issue fix. Please have a look.

jackocnr commented 5 years ago

Released in v15.1.0.