我有两个多选剑道下拉列表
Ist下拉是
<label class="control-label required">Site Name1</label>
<select kendo-multi-select id="Site_ids" ng-disabled="ctrl.viewSpecLic" ng-required="ctrl.Iscreate" type="text" class="form-control" ng-model="ctrl.records"
k-options="ctrl.list" name="prvSite_ids" style="width:200px"></select>
第二次下拉是,
<label class="control-label">Specialty1</label>
<select kendo-multi-select id="spec2" type="text" class="form-control" ng-model="ctrl.recordId2"
k-options="ctrl.list2" name="Sp_muli_Splty_ids" style="width:200px"></select>
</li>
问题: 当我选择第一个下拉项目时,将自动选择第二个下拉项目。
此问题同时发生在IE和Chrome浏览器中。
我测试了另一个使用相同版本浏览器的系统。这个多下拉列表工作正常。
请让我知道你有任何想法。
答案 0 :(得分:0)
此问题仅在复选框上点击。其他明智的工作正常。