Skip to content

md-checkbox doesnt fire (change) event for the first time #481

Closed
@krishna2404

Description

@krishna2404
  • Do you want to request a feature or report a bug?: Bug
  • What is the current behavior? => When user clicks on the checkbox for the first time, (change) event doesnt fire. But when user clicks for the second time or so on, change event is getting fired.

Plunker containing both md-checkbox and normal angular checkbox. Change event is getting fired for angular checkbox when user clicks on it for the first time. But change event is not getting fired when user clicks material2 checkbox for the first time.

Plunker: http://plnkr.co/edit/m6RlpCMoXc783pe5mGDu?p=preview

  • What is the expected behavior? ==> change event should get fired when user clicks on checkbox for the first time.

Workaround ==> add [checked]=false to to make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions