我有dropdown
,其中包含更多字符的元素。为了在dropdown
中显示它,我必须决定添加3个点,因为它有更多的字符。
当我回来编辑dropdown
的值(退出并登录并尝试编辑)时,文字与dropdown
符号重叠。
<div style="margin-top:3.2px;" class="shortdropdownContainer weak">
<div class="selectdivshort weak" style="display;none">
<label>
<select class="chooseCoun ng-pristine ng-untouched ng-valid"
ng-init="init()"
data-ng-model="selectedType"
data-ng-options="x.value for x in businessType" >
</select>
</label>
</div>
<p id="dropdownmessage" class="editCorporate weak">
{{selectedType.value}}
</p>
</div>
目前代码如上所示。
即使我回到编辑模式,我也希望下拉列表以相同的方式运行。 下拉列表应该看起来像(Right tick mark in img).