-
Notifications
You must be signed in to change notification settings - Fork 61
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
Search and Selecting Option Sometimes Does Not Select Option #345
Comments
@mnorthern2 could you provide a replication sample? |
The reproduction I currently have is proprietary for my company. I'll work on isolating an example though! I will note that this definitely has something to do with some sort of listener. On other, simpler pages, the same functionality works with no issue. |
@gnbm I got around to creating a replication sample! https://gist.github.com/mnorthern2/ded731f34eb11a6b2917ef0f61db9a30 Replication steps:
I have not checked other browsers, so for completeness, this is using Chrome. |
Just commenting to make it known that this is still an issue/keep the issue from automatically locking. |
@mnorthern2 I am facing exactly the same issue, any work around you found so far? This is happening only in case of single select dropdown with search option enabled. |
I unfortunately have not. I traced some of the source code at one point and I believe it was an issue with an event listener, but that'd require modifying the library manually. |
We've noticed a bug when using this plugin when using a single select in combination with the search property. Sometimes, when using the search function to narrow down to a single result, clicking the option will close the dropdown without selecting the option.
We've noticed this happens in tandem with some listeners, so it's not completely isolated. Here's the general flow of it:
setOptions
. To ensure no stale data, thekeepValue
argument is not set.setValue
method. ThedisableEvent
argument istrue
The text was updated successfully, but these errors were encountered: