Skip to content

md-input doesn't work after update to alpha 6 #809

@maciejtreder

Description

@maciejtreder

Bug, feature request, or proposal:

Completely lost of functionality

What is the expected behavior?

md-input should be displayed

What is the current behavior?

Got exception:

EXCEPTION: Error in http://localhost:3000/node_modules/@angular2-material/input/input.js class MdInput - inline template:0:844

ORIGINAL EXCEPTION: No value accessor for ''

etc. etc.

What are the steps to reproduce?

import {Component} from '@angular/core';
import {MD_INPUT_DIRECTIVES} from '@angular2-material/input';

@Component({
  selector: 'attribute-types',
  template: `<md-input></md-input>`,
  directives: [
    MD_INPUT_DIRECTIVES
  ],
  styleUrls: ['app/productsSettings/formList.css'],
})

export class AttributeTypesComponent implements OnInit{

}

Which versions of Angular, Material, OS, browsers are affected?

Angular: 2.0.0-rc.4
Material: 2.0.0-alpha.6
Browsers: Safari, Chrome, FireFox
OS: OS X El Capitan, iOS 9.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    cannot reproduceThe team is unable to reproduce this issue with the information provided

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions