-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Closes #14917: Replace slim-select with tom-select #15080
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Here's what's happening in the current (v3.7) UI:
It's simply coincidence if any matching IP addresses are displayed. We can confirm this by attempting to match on an IP address that is not returned as part of the initial set of values. The only difference in behavior is that the TomSelect implementation does not fall back to matching against cached values. This issue can only be resolved by implementing support for partial matching on the |
The issue here seems to be that the query is not cleared when the field loses focus, nor is it re-displayed when the field regains focus. This appears to be a bug in tom-select itself: You can observe the same behavior in the first example here. Edit: I've opened a bug report upstream to see if this something that can/should be tackled in |
Fixes: #14917
slim-select
as a dependency & introducetom-select