You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a very good point, while the most common use case we'd only expect one autocomplete on a page there's certainly people that need to do this. We should investigate making sure this id is unique. That said I think it may still work in practice, even if the markup is not great, since all instances of an autocomplete would need the same message.
We can use display: none here without issue since this text is read about by the association with aria-describedby.
I'll update this issue to reflect the issue with the id, thanks for helping out.
NickColley
changed the title
assistiveHint
Autocompltee assistiveHint uses fixed a id which is incorrect with multiple autocompletes in a page.
Sep 27, 2019
NickColley
changed the title
Autocompltee assistiveHint uses fixed a id which is incorrect with multiple autocompletes in a page.
Autocomplete uses fixed ids which could cause issues with multiple autocompletes on a page.
Sep 27, 2019
The element
assistiveHint
has two issues.display: 'none'
used here? Should it use something like thisProps WordPress.org.
The text was updated successfully, but these errors were encountered: