ember-select-2 icon indicating copy to clipboard operation
ember-select-2 copied to clipboard

text-box visible behind the select-box

Open balaf opened this issue 10 years ago • 4 comments

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)

balaf avatar Jan 02 '15 00:01 balaf

+1

I am experiencing this as well. It looks like this for me.

screenshot 2015-01-09 15 38 49

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)

screenshot 2015-01-09 15 41 48

kevinjalbert avatar Jan 09 '15 20:01 kevinjalbert

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?

lolmaus avatar Jan 27 '15 14:01 lolmaus

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!

Glavin001 avatar Mar 22 '15 11:03 Glavin001

I can confirm the above fix from @Glavin001 works

tavosansal avatar Sep 08 '15 20:09 tavosansal