[Question]: how to get dropdown item list for Search component? #11028
-
Question for CarbonI want to use the search component but I want it to show a list of available items under it as the user types. Just like it is implemented here in the search bar https://www.carbondesignsystem.com/ Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
tay1orjones
Mar 21, 2022
Replies: 1 comment
-
Hey @brian316 👋 There's no component available for this off the shelf. The search used on the website is a custom component. It uses |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tay1orjones
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @brian316 👋 There's no component available for this off the shelf. The search used on the website is a custom component. It uses
Search
, and augments it with a div of results usingrole='menu'
containing an unordered list of results.