我有以下代码,并希望将一个选项设置为“ selected”。 通常,我为此使用“ optionsValue”,但这似乎在这里不起作用。
<select data-live-search="true" data-bind="foreach: $parent.customers, event: {change: $parent.changeWorkCustomer($data, $element.value)}">
<option data-bind="text: customer_display_name, value: customer_id, attr: {'data-tokens': [customer_first_name(), customer_last_name(), css: { customer_fav: fav() > 0 }"></option>
</select>
有什么想法可以设置一个选项为选中状态吗?
答案 0 :(得分:1)
通过将可观察对象绑定到C:\temp\DoesNotMatch.txt
来保存选定的选项值。
select