Skip to content
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

Showing select box next to each other on MsEdge #2336

Closed
MenAtWeb opened this issue Oct 11, 2019 · 3 comments
Closed

Showing select box next to each other on MsEdge #2336

MenAtWeb opened this issue Oct 11, 2019 · 3 comments

Comments

@MenAtWeb
Copy link

MenAtWeb commented Oct 11, 2019

I've searched everywhere but no luck to find a solution.

The issue is showing the select box next to each other on MsEdge browser though everything is good with Google Chrome.

This is how it looks on Chrome.
Capture1

And, this is how it looks on Edge.
Capture2

In my JS I have this:
$('#myList').selectpicker({ noneSelectedText: 'Choose one or more types' });

In my HTML, I have this:
Capture3
I've tried both load options dynamically and write the options statically. But, neither is working. I am wondering if any of you have a solution to this issue.

@caseyjhol
Copy link
Member

Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case (you can use our preconfigured Plunker), and report back with:

  • your link
  • Bootstrap version
  • bootstrap-select version
  • specific browser and OS details.

@MenAtWeb
Copy link
Author

I've later found that it was conflicting with jquery-steps. The issue is solved after I've moved the select input box out of the step wizard form. It would be great if there's a way to resolve such conflicting issue. Thank you.

@caseyjhol
Copy link
Member

@MenAtWeb Without seeing an example or having any of the other information I mentioned in my previous message, I'm unable to determine if this is something that could be fixed from within bootstrap-select or not. If you can get me an example I'd be happy to take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants