In the latest beta when i put two power-select-multiple on the same page with renderInPlace=true i get an exception.
Assertion Failed: Attempted to register a view with an id already in use: null
With previous versions of the plugin this worked fine.
{{#power-select-multiple options=assets renderInPlace=true selected=filteredAssets searchField="name" placeholder=(t 'track.trackEventsChooseAssetsToShow') onchange=(action "assetFilterChanged") as |asset|}}
{{asset.name}}
{{/power-select-multiple}}
{{#power-select-multiple options=eventTypes renderInPlace=true selected=filteredEvents searchField="name" placeholder=(t 'track.trackEventsChooseEventsToShow') onchange=(action "eventFilterChanged") as |event|}}
{{event.name}}
{{/power-select-multiple}}
It also happens with {{power-select}} component.
Just one update that this is next on my list of bugs.
+1
Starting with this one 馃敟
馃崠 Get it while it's hot!
馃敟
All good on 2.7.0 now! Thanks.
Most helpful comment
Just one update that this is next on my list of bugs.