lekoala / bootstrap5-tags

Replace select[multiple] with nices badges for Bootstrap 5
MIT License
150 stars 35 forks source link

Problem with showing dropdown with arrow down in versions after 1.4.42 #69

Closed perikorese closed 1 year ago

perikorese commented 1 year ago

If I use a version of bootstrap5-tags after 1.4.42, either via CDN or from the node module, the dropdown on pressing arrow down stops working.

I use Module Behaviour.

lekoala commented 1 year ago

mhhh good catch this should be fixed in https://github.com/lekoala/bootstrap5-tags/releases/tag/1.5.6

perikorese commented 1 year ago

mhhh good catch this should be fixed in https://github.com/lekoala/bootstrap5-tags/releases/tag/1.5.6

I updated the node module and it works.

Thanks a lot.