2

是否可以在包含这样的静态选项的选择上使用值绑定?

<select data-bind="value: optionValue">
   <option value="a">a</option>
   <option value="b">b</option>
   <option value="c">c</option> 
</select>

Actually the bind is writing the value, if I select an option the value will change, but I am not able to read it when the select is initialized. 加载页面时,始终设置第一个选项。

4

0 回答 0