Skip to content
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

Bugfix/searchtext disappears #291

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SSchulze1989
Copy link

Fixes #288

Changes

  1. Added an IEqualityComparer<TValue> for comparing Value and Items in Values-Collection. This should handle all standard cases - including null - and opens up the use of IEquatable<T> if the user wants more control over equality checking.
  2. Checking Value for equality when setting Parameter to prevent re-initialization if the value was not actually changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typeahead search text dissapearing from search box after displaying results in v 4.7.0
2 participants