使用select2不能很好地实现

时间:2017-07-07 04:01:20

标签: jquery-select2 materialize

我在物理化UI框架中使用select2找到了该文档。

当我没有添加$(" select")。selet2();一切都好 。像这样的页面: normal page

当我添加.select2()函数时,页面效果不佳:

选择下的线消失了。 enter image description here

我将我的代码推送到github,这里是存储库:

https://github.com/SeasonXin/material-select2-issue.git

希望得到别人的支持,非常感谢;

3 个答案:

答案 0 :(得分:0)

添加课程'浏览器默认'选择元素将修复

答案 1 :(得分:0)

我遇到了同样的问题,但是我发现了 https://github.com/nikitasnv/materialize-select2

在标签的情况下,输入这些样式

style = "position: absolute; top: -14px; font-size: 0.8rem"

答案 2 :(得分:0)

拼写错误

使用

select2()
    ^

代替

selet2()