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
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I try to keep my html semantic for accessibility reasons. The Typeahead dropdown displays a list of results, but unfortunately they are not rendered as such, rather as a list of divs
Describe the solution you'd like
I would like to have the ability to render the results as an ordered or unordered list - ol or ul
Describe alternatives you've considered
Using a different component! Forking! Writing my own!
Is your feature request related to a problem? Please describe.
I try to keep my html semantic for accessibility reasons. The Typeahead dropdown displays a list of results, but unfortunately they are not rendered as such, rather as a list of
divsDescribe the solution you'd like
I would like to have the ability to render the results as an ordered or unordered list -
olorulDescribe alternatives you've considered
Using a different component! Forking! Writing my own!