我想在那里放置带有图像的组标签,我怎么能实现这个目标?
例如此图片
在这里,我想在欧洲,NorthAmercia,SouthAmerica Groups设置图像
代码就在这里,
<select data-bind="foreach: groups, value: selectedOption">
<optgroup data-bind="attr: {label: label}, foreach: children">
<option data-bind="text: label, option: $data"></option>
</optgroup>
</select>
<hr />