I am using Materialize CSS for my Angular application and for some reason, the <select>
element fails to render (nothing visible; though when I right click to inspect element, I can see the <select>
right there). However, when I apply class = "browser-default"
to it, it starts working. As in a previous answer, I have also included
$(document).ready(function() {
$('select').material_select();
});
after loading all js files. Yet, it doesn't seem to work. Any idea what the possible issue can be?
Edit: Here's the related documnetation: http://materializecss.com/forms.html