我做了一些研究,但我无法找到解决方案。 我已经完成了我想要的模式,如果我的解释不清楚则更清楚。
我有一个像这样的精选模型:
<select required [(ngModel)]="value" (ngModelChange)="valueChanged($event)">
<option *ngFor="let v of values" [ngValue]="v">
{{v.short_desc}}
</option>
</select>
我的价值观是:
答案 0 :(得分:0)
为width
select
值
另外,请记住将您的全文文字说明放入title
属性
<option value="1" title="This is my lengthy explanation of what this selection really means, so since you only see 1 on the drop down list you really know that you're opting to elect me as King of Willywarts! Always be sure to read the fine print!">1</option>