mdInput lable未正确分配

时间:2018-01-15 07:47:03

标签: angularjs material-design angular-material

Angular Material Form

我指的是Agnular Material Input 示例。

包装和版本:

  • " @ angular / material":" 2.0.0-beta.11",
  • " @ angular / core":" 4.1.2"

    1. 首先,我在app.module中添加了依赖项,如
     import { MdInputModule, MdCheckboxModule } from "@angular/material";
     .
     .
     .
     .
     imports [
          MdInputModule,
          MdCheckboxModule,
     ], .. 
  1. 创建了sample.component.ts(SampleComponentClass)和sample.component.html等组件。
  2. 在app.module中注册SampleComponentClass
  3. HTML代码片段

    String current = getResources().getConfiguration().locale.toString();

  4. 问题是:

    1. 输入标记占位符应正确内联(检查packageId输入框 - 无值)
    2. 输入标记占位符如果有值,则应该上升但是不能正常工作(选中收藏食品输入框 - 带值)

0 个答案:

没有答案