Skip to content

bug in filtering #151

Description

@emilefokkema

Reproduction:

  • use the following list of options on the 'source' side:
[
    {id: 'a'},
    {id: 'b'},
    {id: null},
    {id: 'c'}
]
  • turn filtering on
  • try to filter the source on 'a'

Expected: only the 'a' options remains on the 'source' side
Actual: all options remain visible on the 'source' side

See this commit for a live reproduction

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions