在Modal中选择2个功能问题

时间:2014-06-12 22:40:47

标签: javascript jquery css twitter-bootstrap jquery-select2

我在我的工具中使用select2并在模态中使用它。

enter image description here

该插件无法在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错误

1 个答案:

答案 0 :(得分:0)

为什么你不使用这个插件? 它似乎与ff兼容,即太

https://github.com/alxlit/bootstrap-chosen

或者

https://github.com/silviomoreto/bootstrap-select