Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
valueそれを理解しました-次のように、要素の属性でグループ名とオプション値の両方を連結する必要があります:
value
<option data-bind="text: $data, attr: { value: $parent.ControllerName + ';' + $data }"></option>