The Combobox is always rendering the "No results found" at the end of the options when "autocomplete" is set to "none"
This can be seen in the storybook.
To Reproduce
Render a Combobox component
Set the "autocomplete" prop to "none"
The "No results found" will be rendered at the end of the option list
Can be reproduced in the storybook Combobox component.
Expected Behaviour
Since there is no filter with the autocomplete: none, the No results found shouldn't be rendered.
What version of design-system are you using?
What's Wrong?
The Combobox is always rendering the "No results found" at the end of the options when "autocomplete" is set to "none" This can be seen in the storybook.
To Reproduce
Can be reproduced in the storybook
Combobox
component.Expected Behaviour
Since there is no filter with the
autocomplete: none
, theNo results found
shouldn't be rendered.