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
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!
The text was updated successfully, but these errors were encountered:
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
div
sDescribe the solution you'd like
I would like to have the ability to render the results as an ordered or unordered list -
ol
orul
Describe alternatives you've considered
Using a different component! Forking! Writing my own!
The text was updated successfully, but these errors were encountered: