Combobox: No results found while searching #1730
-
Do we provide any feedback to the user if no results have been found or match to what they typed? In the example below the dropdown goes empty. I'm wondering if we can provide some feedback |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We leave that pretty much open to whatever teams want to do with an empty or no results state. The only requirement is that it needs to be a clickable item. You can see an example in the Console search:
Let us know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
-
I handled a no results state the following way. Curious to hear if something like this is valid and/or if there are other suggestions.
|
Beta Was this translation helpful? Give feedback.
Hi @wilfredomerced
We leave that pretty much open to whatever teams want to do with an empty or no results state. The only requirement is that it needs to be a clickable item. You can see an example in the Console search:
Let us know if you have any other questions.