-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'No matches found' tooltip persists even after inputting item in combobox #2589
Comments
Thanks for opening your first issue! 👋 |
hi, any update? Currently, I am working around it by calling .focus on the next focussable element, which triggers the onblur thus hiding the tooltip, but it will be good if there is a permanent solution for this. |
Thanks for opening the issue! Unfortunately, there is no team dedicated to fixing issues in this project, so it may take some time to get to get around to this. If you already have an idea for how to fix it, feel free to open a PR with the fix. Thanks again! |
Hi @garygong thanks for the response. so basically I have solved it currently by
|
It is an abandoned project ? |
I wouldn't say it's abandoned. We still review PRs and create new releases, but rely on others to submit bug fixes. |
This issue has been automatically marked as stale, because it has not had recent activity. It will be closed if no further activity occurs. Maintainers are responsible for tech debt and project health. This is most likely a new components or component feature request. Please submit a pull request for or request feedback on this feature. Thank you. |
The behaviour that @sktguha mentioned is due to the check for menuOptions.length in combobox. Here is the snippet
Is there a use case where the options list is empty? |
This issue has been automatically marked as stale, because it has not had recent activity. It will be closed if no further activity occurs. Maintainers are responsible for tech debt and project health. This is most likely a new components or component feature request. Please submit a pull request for or request feedback on this feature. Thank you. |
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.

The text was updated successfully, but these errors were encountered: