-
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
problem adding dynamic select lists #1618
Comments
Hello, yeah there are some problems with selects. I even do material_select('destroy') and then create new one material_select() but it seems that after destroy some code left: "▼". |
same here. |
i have same problem |
+1 |
find a fix. |
The caret bug has been fixed already. I think the problem lies with you cloning the select after you've initialized it with our plugin. Initializing it with our plugin is what creates the structure so if you clone an already initialized select it will duplicate the structure. Try instead of cloning it, creating it from scratch or some different way of cloning . |
The problem still occurs on master version. |
I think this exists and is a big issue for react. |
I am cloning a table row that contains select lists. after I append it, the select list is disabled.
if I add: $('select').material_select(); after appending it, it creates a duplicate select list which works, but leaves the select list that doesn't work.
uncomment out the $('select').material_select(); in:
http://jsbin.com/hutuzagaqu/edit?html,js,output
to see what I mean.
The text was updated successfully, but these errors were encountered: