Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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