bootstrap-select icon indicating copy to clipboard operation
bootstrap-select copied to clipboard

Not working data-content attribute

Open Power2All opened this issue 2 years ago • 1 comments

I've tried to use the bootstrap-select function with data-content, but it's somehow not working. All other functions like subtext and such is working, but not this.

Bootstrap version 5.2.1 Bootstrap-select version 1.14.0-beta2 jQuery 3.6.1

image image

Nothing seems to work here. Let me know if you need any more information.

Power2All avatar Sep 24 '22 09:09 Power2All

I think I'm having a similar issue, but to be clear: what exactly is not working? I am able to create my select picker with HTML inside the li, but changing the data-content of the options (updating a counter) and refreshing the select-pickers with $('.selectpicker').selectpicker('refresh'); does not update the HTML in the li any more...

carsanwitt avatar Oct 20 '22 12:10 carsanwitt