ember.js - Multiple view select helpers on one page have conflicting value -


i need multiple selects:

{{view "select" content=contentdata optionvaluepath="content.id" optionlabelpath="content.name" value=model.primary.id}} {{view "select" content=contentdata optionvaluepath="content.id" optionlabelpath="content.name" value=model.secondary.id}} 

the problem selected value in second 1 same in first one. if comment 1 out second 1 work expected.

initially though 1 instance created. documentation says otherwise.

i found issue. contentdata shouldn't promise.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -