-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Comments
In addition: |
Can confirm I am experiencing the same issue. |
👍 I am getting the same issue: |
having the same issue |
Fixed in cbcf4c8 |
@acburst is it not yet fixed in latest release 0.97.0. |
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 |
When will it be released? |
I'm experiencing the same problem and waiting for the release. |
I too experienced the same issue , waiting for the release ... |
You can add |
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. |
Has been fixed six days ago in v0.97.1 @serkandurusoy. |
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,
The text was updated successfully, but these errors were encountered: