-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Dropdown] Filter already selected items when using remote api as datastore #287
Merged
y0hami
merged 1 commit into
fomantic:develop
from
lubber-de:fix/6388/dropdown_remoteapi_refilter_items
Dec 5, 2018
Merged
[Dropdown] Filter already selected items when using remote api as datastore #287
y0hami
merged 1 commit into
fomantic:develop
from
lubber-de:fix/6388/dropdown_remoteapi_refilter_items
Dec 5, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lubber-de
added
type/bug
Any issue which is a bug or PR which fixes a bug
lang/javascript
Anything involving JavaScript
state/awaiting-reviews
Pull requests which are waiting for reviews
labels
Dec 4, 2018
y0hami
approved these changes
Dec 4, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
prudho
approved these changes
Dec 5, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
y0hami
removed
the
state/awaiting-reviews
Pull requests which are waiting for reviews
label
Dec 5, 2018
lubber-de
added a commit
to lubber-de/Fomantic-UI
that referenced
this pull request
Dec 11, 2018
…ent console error
This was referenced Dec 21, 2018
Merged
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
lang/javascript
Anything involving JavaScript
tag/sui-issue
Taken from an existing Issue/PR of SUI
type/bug
Any issue which is a bug or PR which fixes a bug
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When the remoteApi was used in a dropdown to retrieve the items according to some searchterm, the list of items was always renewed, but already selected items from the previous list where not filtered again, so they appeared again.
Testcase
Unfixed
https://jsfiddle.net/e1onupd6/8/
Fixed
https://jsfiddle.net/e1onupd6/9/
Closes
Semantic-Org/Semantic-UI#6388
Semantic-Org/Semantic-UI#5566