salesforce / salesforce/design-system-react
'No matches found' tooltip persists even after inputting item in combobox
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 982
- Forks
- 440
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
In combobox, the 'no matches found' tooltip is not cleared after the user has inputted the input after pressing enter.
Steps to reproduce:
Go to https://react.lightningdesignsystem.com/components/comboboxes/
then go to examples: 'Inline Single Selection'
and replace the code in code editor with the below code
https://gist.github.com/sktguha/55f1f78d0b29375ea52ff4436384bee5
if you enter any input and press enter, the tooltip 'No matches found' still persists, as shown in the image below.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the Inline Single Selection example on the Comboboxes page using the code from the linked gist. Verify that entering input and pressing Enter clears the “No matches found” tooltip, and use that behavior as the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100