I have a function that puts an object into an observable called "detailedStudent" which will display some of the student's fields in a modal. Here's the problem:
- I start with a field that has a value of false. (IncludeInStudentSiteResults)
- I set the 'student' object inside 'detailedStudent' which displays the dropdown list (simulating a modal popup).
- The field's value gets set to true, which is the first option in the dropdown list.
Here's a jsFiddle that reproduces the problem: http://jsfiddle.net/62fDB/16/