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

Material Select remaining caret icon on destroy #1570

Closed
avoiney opened this issue Jun 23, 2015 · 13 comments
Closed

Material Select remaining caret icon on destroy #1570

avoiney opened this issue Jun 23, 2015 · 13 comments

Comments

@avoiney
Copy link

avoiney commented Jun 23, 2015

When using the $('select').material_select('destroy') command, the select correctly disapear, but letting the caret icon in parent DOM element.

Here is a fiddle for example :

https://jsfiddle.net/4nbq2ymv/

Thx,

@philipraets
Copy link
Contributor

In addition:
Updating adds extra caret icons to the select

http://codepen.io/anon/pen/XbzMva

@carlosperate
Copy link

Can confirm I am experiencing the same issue.

@ricardodovalle
Copy link

👍 I am getting the same issue:
http://pastebin.com/zyS0yjTx

@Cerealkillerway
Copy link

having the same issue

@acburst
Copy link
Collaborator

acburst commented Jun 26, 2015

Fixed in cbcf4c8

@rkusuma
Copy link

rkusuma commented Jul 6, 2015

@acburst is it not yet fixed in latest release 0.97.0.

@uok
Copy link

uok commented Jul 7, 2015

if you click on cbcf4c8 you can see at the top left "master" which means that it is commited, but not released. if you see a number there in the future, e.g. 0.97.1, it's released

@meichenblatt
Copy link

When will it be released?

@charleshan
Copy link

I'm experiencing the same problem and waiting for the release.

@Somil91
Copy link

Somil91 commented Jul 18, 2015

I too experienced the same issue , waiting for the release ...

@charleshan
Copy link

You can add $('select').parent().find('.caret').remove(); before re-initialization to fix this issue until the next release.

@serkandurusoy
Copy link

I just tried a fresh checkout of the master and the problem still seems to be there. No change of the extra caret behaviour.

I'm using meteor, if that matters.

@lasseborly
Copy link

Has been fixed six days ago in v0.97.1 @serkandurusoy.

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