Closed ghost closed 7 years ago
@gogo217 thank you for using our product. Please check the solution that we have here: https://github.com/creativetimofficial/material-dashboard-pro/issues/50 Basically you need to manually remove the is-empty class from the parent of the input. We will have a fix for this soon.
Best, Alex
Thanks, but below code snippet would also be helpful.
$.material.options.autofill = true;
$.material.init();
Hi, @gogo217. Your workaround works only if there are only one or more inputs, not to textarea
This issue occurs when I use angular 4 binding. Thanks