Skip to content

2 selectors in the same template and options visible for both of them at the same time #192

Description

Hi,

We noticed an issue when we have two instances of ember-selectize placed in the same template.

Then the sequence:

  1. Click on 1st select
  2. Click Url bar in the browser (Chome)
  3. Click on 2nd select

leads to the situation that two selector`s options are expandend. It should be easily reproducible.

{{ember-selectize
  content=model
  optionValuePath="content.id"
  optionLabelPath="content.title"
  placeholder="Select an item"
}}

{{ember-selectize
  content=model
  optionValuePath="content.id"
  optionLabelPath="content.title"
  placeholder="Select an item"
})

Ember 2.13.0 Ember Data 2.12.1 jQuery 3.2.1

Is that something that could be solved soon or we rather should switch do ember-power-select as docs suggests?

Thanks.

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