Git Product home page Git Product logo

Comments (1)

adamkudrna avatar adamkudrna commented on August 16, 2024

I tested the case following the instructions in the docs and it seems to be alright, please check my CodePen. You will find the libraries used under the cog icon.

I noticed two possible causes in your code, though (not provided here):

  1. select2.css is not necessary, maybe even desired:
      <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Titillium+Web:400,300,700&amp;subset=latin,latin-ext" type="text/css" />
      <link rel="stylesheet" href="/css/bootstrap-ui.min.css" type="text/css" />
      <link rel="stylesheet" href="/css/select2.css" type="text/css" /> <!-- ⚠️-->
  1. select2.min.js should precede bootstrap-ui.min.js:
  <script src="/js/jquery.min.js"></script>
  <script src="/js/moment-with-locales.min.js"></script>
  <script src="/js/bootstrap.min.js"></script>
  <script src="/js/bootstrap-ui.min.js"></script>
  <script src="/js/select2.min.js"></script> <!-- ⚠️-->

So I suggest to check the usage instructions once again – minding the details –, check the versions installed and the HTML of your selects.

from bootstrap-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.