-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flags not being displayed if using latest version of each library. #5
Comments
@JoseAntonioIdener Thanks for reporting this! I need to look into this! |
I just spent 2.5 hours banging my head of the wall with this. |
So glad I found this issue, before I spent the same amount of time as Chris! |
Here is a jsbin running Bootstrap 4 and latest version of everything: |
@SlyDave For me, i can't see any flags on our URL; |
That jsbin isn't a fix, it's a example of the issue using the latest version of bootstrap and bootstrap-select-country. It has the same issue. I was just bringing it up to date. 👍 |
I just now found the reason of the problem. The event |
I'm sorry but I currently have no time to fix this. But If anybody provides a pull-request IÄll try to review it as fast as possible! |
Fix is only in bootstrap-select-country.js It must also be loaded into *.min.js file, but i do not know how :)
Fix is only in bootstrap-select-country.js It must also be loaded into *.min.js file, but i do not know how :)
Hi there! Thanks for the work,
I just found that if you are using boostrap-select@1.13.10 and boostrap-select-country@4.1.0, the flags are not displayed (no error is reported in the console neither)
I tested it by using the example provided in the readme.
The modified example: https://jsbin.com/cinibug/edit?html,output
Hope this helps anyone who uses this library.
The text was updated successfully, but these errors were encountered: