Skip to content

When using filter with 'select' type, the operators 'in' and 'not in' do not allow multiple options to be selected #474

@MikeAlhayek

Description

@MikeAlhayek

First of all, thank you for this great package!

When I use filter with select type, the operators in and not in do not allow multiple options to be selected. The menu should automatically allow multiple values when in or not in operations are used.

Here is the filters that I tried using. I selected, State filter, then tried to use the in operator then Select NV and CA it will not allow it.

[
   {
      "id":"3",
      "type":"string",
      "values":[

      ],
      "field":"BussinessName",
      "label":"Name",
      "input":"text"
   },
   {
      "id":"10",
      "type":"string",
      "values":[

      ],
      "field":"City",
      "label":"City",
      "input":"text"
   },
   {
      "id":"11",
      "type":"string",
      "values":[
         "AL",
         "WY"
      ],
      "field":"State",
      "label":"State",
      "input":"select"
   },
   {
      "id":"12",
      "type":"string",
      "values":[

      ],
      "field":"ZipCode",
      "label":"Zip Code",
      "input":"text"
   },
   {
      "id":"17",
      "type":"string",
      "values":[

      ],
      "field":"Phone1",
      "label":"Phone 1",
      "input":"text"
   },
   {
      "id":"19",
      "type":"string",
      "values":[

      ],
      "field":"Phone2",
      "label":"Phone 2",
      "input":"text"
   },
   {
      "id":"22",
      "type":"string",
      "values":[

      ],
      "field":"Email",
      "label":"Email",
      "input":"text"
   }
]

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