我在我的工具中使用select2并在模态中使用它。
该插件无法在IE中正常工作(在模式中),但在普通页面上正常工作。
我遇到问题之前,下拉菜单出现在窗口后面并使用以下代码修复:<style type="text/css">
.modal .modal-body {
max-height: 420px;
overflow-y: auto;
}
</style>
当我检查我在FF和IE上输入的字段时,它是相同的字段:
FF : <input class="select2-input" type="text" spellcheck="false" autocapitalize="off" autocorrect="off" autocomplete="off">
IE:<input class="select2-input select2-focused" type="text" jQuery111006508689540941444="114" spellcheck="false" autocapitalize="off" autocorrect="off" autocomplete="off"/>
有关最新情况的任何想法?没有我能看到的js错误