Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

[Checkbox] Checkbox does not trigger change event when on indeterminate #4893

@abhiomkar

Description

@abhiomkar

Bug report

Steps to reproduce

  1. Go to https://codepen.io/abhiomkar/pen/NZoJmo
  2. Click on Checkbox which is in indeterminate state.

Actual behavior

Notice that checkbox does not trigger change event (Which is indented behaviour of native checkbox input as per IE).

Expected behavior

Checkbox should trigger change event when changed for indeterminate to checked / unchecked to be consistent with other browsers.

Your Environment:

Software Version(s)
MDC Web v3.0.0
Browser IE11
Operating System Windows

Additional context

See this response on https://stackoverflow.com/a/33529024 for more details on native input checkbox behaviour on IE.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions