-
Notifications
You must be signed in to change notification settings - Fork 149
Description
When using Dragon NaturallySpeaking
, and the autocomplete dropdown is populated with an answer, the native select
form element value is not updated. This prevents the user from continuing to the next page given that answers are required on this particular page.
This is issue was recently found during an accessibility audit we had, and the same issue has been previously documented here by another testing team.
The above article was published in 2018, and the version of accessible-autocomplete
that we use is from 2020.
I cannot see anything in the releases after 2020 that relates to this problem. Is this a known issue that is being worked on? I couldn't see anything directly related to this in the issue backlog.
My first approach would be to update to the latest, but as mentioned above, I couldn't see anything relating to this issue in the commits since.
Any guidance on this would be appreciated.