Kendo Dropdown search design Issue 搜索选项仅在网络浏览器中出现在剑道下拉列表中。
它在Chrome中运行良好,无论如何都要调整剑道下拉列表中的搜索文本框。
答案 0 :(得分:0)
add IE Edge compatibility tag
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
and,add following style
.k-list-filter > .k-icon {
position:absolute;
right:5px;(as per your requirement)
top:auto;
}