This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
select(multiple): checkboxes do not appear when using ng-multiple="true" #11759
Labels
for: internal contributor
The team will address this issue and community PRs are not requested.
P3: important
Important issues that really should be fixed when possible.
type: bug
type: docs
ux: polish
Bug
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue:
https://codepen.io/Splaktar/pen/YoOEMm?editors=1010#0
Detailed Reproduction Steps:
What is the expected behavior?
Checkboxes appear for multiple select options.
What is the current behavior?
PR #7455 added checkboxes for options in a multiple select, but it did not account for the
ng-multiple
case which is undocumented and has no tests.What is the use-case or motivation for changing an existing behavior?
Consistency. If you use
multiple
you get checkboxes, if you useng-multiple="true"
or some other truthy expression, you get no checkboxes.Which versions of AngularJS, Material, OS, and browsers are affected?
Is there anything else we should know? Stack Traces, Screenshots, etc.
multiple
:ng-multiple="true"
:I ran into this inconsistency while working on a11y issues: #10967 and #10748.
The text was updated successfully, but these errors were encountered: