select2 在 Firefox 中无法正确显示

select2 not displaying properly in Firefox

select2 在 Chrome、Opera 和 Safari 中工作正常,但在 Firefox 中 selected 选项显示不正确。有没有人以前遇到过这个问题并且能够解决它?

jsFiddle

这就是我定位 select 元素的方式:

$("#e1").select2();

这是 Firefox 上的问题:

我在模板上调用了两次 select2.css。一旦我删除了 css 的重复行,它就起作用了。