-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/inputformsThis issue is related to Angular Forms integrationThis issue is related to Angular Forms integration
Description
Bug, feature request, or proposal:
The placeholder
from the MdInput does not show the asterisk (*) when we use Validators.required
in the FormControl
.
What is the expected behavior?
The asterisk should be shown as it is when setting the required
attribute.
What are the steps to reproduce?
http://plnkr.co/edit/XqkOmF502Q8RFj8qcUwp?p=preview
or take a look at the input-container-demo
What is the use-case or motivation for changing an existing behavior?
To be not dependet on the template to visually indicate that the input is required.
Which versions of Angular, Material, OS, browsers are affected?
all (to my knowlege it never worked)
christophechevalier, davidwilcox, DmitryEfimenko, dirkjacobs, natsid and 109 more
Metadata
Metadata
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/inputformsThis issue is related to Angular Forms integrationThis issue is related to Angular Forms integration