使用Material Design Lite在Angular2中显示的文本字段不正确

时间:2016-12-17 14:00:25

标签: angular material-design

在我的Angular2应用程序中,我将文本字段显示在文本字段中放置光标时显示默认的蓝色边框。

您可以使用默认材质光文本字段HTML在simple Plunkr here中找到此演示文稿。

<div>
<form action="#">
  <div class="mdl-textfield mdl-js-textfield">
    <input class="mdl-textfield__input" type="text" id="sample1">
    <label class="mdl-textfield__label" for="sample1">Text...</label>
  </div>
</form>
</div>

有关原因的任何线索?

0 个答案:

没有答案