Polymer 1.x: Databinding Arrays
问题 Objective I want to databind the selected property in this element to the DOM (at <div>[[selected]]</div> ). After selecting a state (like "Texas"), I expect the state's name to appear in the upper left next to the pre-selected states of "Colorado,South Dakota" (inside the <div>[[selected]]</div> tag). But instead, it does not. Question What's going on here? How can I successfully databind the DOM to the selected property? And have the DOM update automatically with each new state that is