You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. When I use the select box dynamically in a form, in my case it is a simple gender select, whenever I create a new form and call '$('select').material_select();' another select box appears.
I thought it was related to the fact that I'm using each dynamic form inside a collapsible element, but when I changed the class to 'browser-default' everything worked fine.
I took a look around but didn't find anything like this, if it's an old issue or something like that I apologize xD
Here is what it looks like when I add a second form. The upper select box doesn't work, just the bottom one.
Thanks (:
The text was updated successfully, but these errors were encountered:
This was an issue resolved a long time ago (#819, #452), are you sure you are using the latest version?
Based on the extra caret added at the top, I would assume you are using 0.97.0 as that was an issue on that version (#1570), so it should be working. If you are changing the select forms, are you sure you are destroying the old one first?
$('select').material_select('destroy');
Otherwise please crate a codepen with an example of your issue.
Hi. When I use the select box dynamically in a form, in my case it is a simple gender select, whenever I create a new form and call '$('select').material_select();' another select box appears.
I thought it was related to the fact that I'm using each dynamic form inside a collapsible element, but when I changed the class to 'browser-default' everything worked fine.
I took a look around but didn't find anything like this, if it's an old issue or something like that I apologize xD
Here is what it looks like when I add a second form. The upper select box doesn't work, just the bottom one.
Thanks (:
The text was updated successfully, but these errors were encountered: