Giter Club home page Giter Club logo

Comments (5)

moisesbaddini avatar moisesbaddini commented on June 1, 2024

👍 +1

from angularjs-dropdown-multiselect.

Scottbee avatar Scottbee commented on June 1, 2024

For anyone who needs a shim of sorts to fix the missing functionality.

  • Make sure you add a reference to FontAwesome to replace the deprecated web icons
  • In the JS for "angularjs-dropdown-multiselect", replace "glyphicon glyphicon-ok" with "fas fa-check"
  • In the JS for "angularjs-dropdown-multiselect", replace "glyphicon glyphicon-remove" with "fas fa-times"
  • Add the following to your CSS sheet:

div[ng-dropdown-multiselect] > div > ul > li.divider { margin-top: 5px !important; margin-bottom: 5px !important; height: 1px; background-color: #e5e5e5; } div[ng-dropdown-multiselect] > div > ul > li > a:hover { text-decoration: none; } div[ng-dropdown-multiselect] > div > ul > li:hover { background-color: #F5F5F5; }

from angularjs-dropdown-multiselect.

kwestberg avatar kwestberg commented on June 1, 2024

@Scottbee Thank you for the tips on making some of adm functional. I was curious if you had the chance to do "All" the leg work required for the bootstrap 4 conversion? If not, I'll jump in and post whatever it is i discover along the way. cheers friend.

from angularjs-dropdown-multiselect.

Scottbee avatar Scottbee commented on June 1, 2024

Hi @kwestberg , I'm afraid I can't guarantee that my findings account for all the bugs that might be present. These fix the most obvious ones for me in my environment and device targets.

from angularjs-dropdown-multiselect.

kwestberg avatar kwestberg commented on June 1, 2024

@Scottbee I understand. Shortly after finding this post I discovered a sea of v3 to v4 migration sites. After a bit of [search & destroy] in template... its humming along. Thanks for the inspiration.

from angularjs-dropdown-multiselect.

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.