angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.54k stars 3.39k forks source link

feat(chips): add asterisk when required #10666

Open DeneroWatz opened 7 years ago

DeneroWatz commented 7 years ago

Actual Behavior:

CodePen (or steps to reproduce the issue): *

AngularJS Versions: *

Additional Information:


Shortcut to create a new CodePen Demo. Note: * indicates required information. Without this information, your issue may be auto-closed.

Do not modify the titles or questions. Simply add your responses to the ends of the questions. Add more lines if needed.

Splaktar commented 6 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.