Hi,
We noticed an issue when we have two instances of ember-selectize placed in the same template.
Then the sequence:
- Click on 1st select
- Click Url bar in the browser (Chome)
- 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.
Hi,
We noticed an issue when we have two instances of ember-selectize placed in the same template.
Then the sequence:
leads to the situation that two selector`s options are expandend. It should be easily reproducible.
Ember 2.13.0 Ember Data 2.12.1 jQuery 3.2.1Is that something that could be solved soon or we rather should switch do ember-power-select as docs suggests?
Thanks.