victor-valencia / bootstrap-iconpicker

A simple icon picker
https://victor-valencia.github.com/bootstrap-iconpicker/
MIT License
377 stars 140 forks source link

will this support bootstrap5 in the furture? #100

Open javietanh opened 3 years ago

javietanh commented 3 years ago

I try to add this plugin to my website but I got one problem with bootstrap5. whenever open the popover it always display on top left of the browser instead of the element clicked.

image

Look at the console I found this problem: image

pweinzettel commented 3 years ago

i make it work editing some js file, the major issue i detect, is cheking bs and popper version, i just delete it and work fine...

Tliabo commented 2 years ago

i tested it with your version and i could get it to work. Here the link to the repo from @pweinzettel https://github.com/pweinzettel/bootstrap-iconpicker/blob/master/dist/js/bootstrap-iconpicker.js