当下拉选择的值发生变化时如何动态设置 KO 模板名称..
我试过这个,但我没有得到正确的模板。
<select data-bind="options: Attributes, optionsText: 'AttributeName', optionsValue: 'Id', optionsCaption: 'Select Attribute...',value :SelectedAttribute"></select>
<div data-bind="template: { name: SelectedAttribute }"></div>