mattymatty76

Results 17 comments of mattymatty76

I have fixed it The problem was when I set the structure $(".wizard").steps({ ... labels: { next: "", previous: "", ... in this case in jquery 3.3.1 worked, whereas in...

Hello everybody, I have updated the library bootstrap-select(v1.14.0-beta3).js and a lot of problems have been fixed: at least in my case it works very well now. Of course I didn't...

@ZalemCitizen It's a pleasure to know that it is useful for you thank you

@mhenrixon have you tried to use the right css file? You could try with bootstrap css 5.2 or 5.3 and assure yourself that there aren't any other files in conflict...

have you tried this version? Maybe works... I hope... [https://gist.github.com/mattymatty76/c996d3b77f298b2ec133be59992df9d4](https://gist.github.com/mattymatty76/c996d3b77f298b2ec133be59992df9d4) [#2837](https://github.com/snapappointments/bootstrap-select/issues/2837)

this is my solution and it works: maybe could be a commit in bootstrap-select-1.14.0-beta3.js - in bootstrap-select-1.14.0-beta3.js line (more or less) 2789 change ``` if (!that.multiple || maxOptions === 1)...

You are welcome it's the same behavior that you find in the previous version as well. When you open for the first time the page, that has a select, until...

Yes you can toggle two times, and the select will open and close immediately its dropdown-menu... And in this manner the library bootstrap-select draws the list that you want with...

@joshuap you can try with this, now the link works [https://gist.github.com/mattymatty76/c996d3b77f298b2ec133be59992df9d4](https://gist.github.com/mattymatty76/c996d3b77f298b2ec133be59992df9d4) about that code in GitHub, I should create a fork of this project and put the library that I...

@JMACSilvestre > Hi there! Could you help me to implement bootstrap-select in vite laravel? I have tried with bootstarp 5.3 and the original plugin 1.14.0-beta3. If o use the one...