Open DeneroWatz opened 7 years ago
Support for ng-required
and required
with validation was only added to chips in 1.1.9 via PR https://github.com/angular/material/pull/11225. However, there was a regression with that which is being fixed in 1.1.10.
After 1.1.10 gets stabilized and released, this is something that could be considered.
Actual Behavior:
What is the issue? *
When "input", "select" etc elements have "required=true" attribute set on them, they show a "required" indicator by showing an asterisk right on label(with md-required class on label elements). The chips are inconsistent in this aspect and do no show this. Hers is the snapshot from codepen sample edited directly: Here is how it shows for normal input:What is the expected behavior?
Show the "required" marker right on labels.CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
Details:
AngularJS Versions: *
AngularJS Version:
AngularJS Material Version:
Additional Information:
Browser Type: *
Browser Version: *
OS: *
Stack Traces:
Shortcut to create a new CodePen Demo. Note:
*
indicates required information. Without this information, your issue may be auto-closed.