mattymatty76

Results 4 issues of mattymatty76

Hi everyone, I've noticed an issue when you use jquery.steps in a context with jquery 3.5.1. More exactly, there is a rendering problem and functional problem when you try to...

I have modified the file bootstrap-select-v1.14.0-beta3 and looks like working very well with bootstrap 5.3.0, I published the source code here [https://gist.github.com/mattymatty76/c996d3b77f298b2ec133be59992df9d4](https://gist.github.com/mattymatty76/c996d3b77f298b2ec133be59992df9d4) I hope this is helpful Thank you

bug

In bootstrap 5 when you load programmatically an item (or a list of items) with $("#select1").selectpicker('refresh'); $("#select1").selectpicker('val', item); and you try again to reload it more times, the select shows...

bug

Hi everybody, unfortunately I'm testing bootstrap 5 with ajax select but it doesn't work. I have used the bootstrap-select 1.14.0-beta3 that works with bootstrap 5 without problem, in a simple/classic...