bootstrap-select
bootstrap-select copied to clipboard
Not working data-content attribute
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
Nothing seems to work here. Let me know if you need any more information.
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...