ember-select-2
ember-select-2 copied to clipboard
text-box visible behind the select-box
I have come across this issue: https://github.com/ivaynberg/select2/issues/1588 which seems to have been fixed on select2-bootstrap (https://github.com/ivaynberg/select2/pull/1717)
+1
I am experiencing this as well. It looks like this for me.
If I apply the CSS of the fix that @balaf pointed out, it appears to work (https://github.com/select2/select2/blob/4d749a757864c2e8c18635d419743890cadd534f/select2-bootstrap.css)
Thank you for the workaround.
The select2/select2#1717 PR was merged into Select2 on September 2013. Why are we still experiencing this issue with ember-select-2?
Was having this issue. I added:
app.import('bower_components/select2/select2-bootstrap.css');
to my Brocile.js
file and now it looks great. Thanks!
I can confirm the above fix from @Glavin001 works