Skip to content
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 Preselected entries from #287 was not working for div-dropdowns #299

Merged
merged 2 commits into from
Dec 13, 2018

Conversation

lubber-de
Copy link
Member

Description

The PR #287 to filter remote dropdown values with already preselected values was broken when the dropdown was initiated out of a div-tag and resulted in console error, because those dropdowns use input-fields, thus strings for storing selections. Select-fields, which was used in the PR, stored value are retrieved as arrays where it was working before.
This PR now takes care of that and always generates an array, making the functionality work for all types of dropdowns now.

Fixes

#287

@lubber-de lubber-de added priority/high Anything which is in high priority lang/javascript Anything involving JavaScript state/awaiting-reviews Pull requests which are waiting for reviews 🐛 bugfix labels Dec 11, 2018
@lubber-de lubber-de added this to the 2.7.0 milestone Dec 11, 2018
Copy link
Contributor

@prudho prudho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@y0hami y0hami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@y0hami y0hami merged commit 26b3875 into fomantic:develop Dec 13, 2018
@lubber-de lubber-de deleted the fix/287/filter_on_div_broke branch December 13, 2018 10:19
@y0hami y0hami removed state/awaiting-reviews Pull requests which are waiting for reviews labels Dec 17, 2018
@exoego exoego added type/bug Any issue which is a bug or PR which fixes a bug and removed 🐛 bugfix labels May 1, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
lang/javascript Anything involving JavaScript priority/high Anything which is in high priority type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants