-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input required form field indactor missing #8114
Comments
Can you add a Plunker or StackBlitz that describes your issue? Plunker starter (using on |
See #2574 |
Closing as duplicate of #2574 |
Will, Just completed sample of error I'm getting. can find onhttps://angular-material2-issue.stackblitz.io. Thanks, |
@ghaddon try forking the stackblitz. Your link just points to the default template. |
I forked it and it gave me the following https://angular-material2-issue-nagunv.stackblitz.io.
Gary
On Tuesday, October 31, 2017, 2:03:24 PM MST, Will Howell <[email protected]> wrote:
@ghaddon try forking the stackblitz. Your link just points to the default template.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@ghaddon it's still empty |
Try this url: https://angular-material2-issue-ei1ca7.stackblitz.io
On Tuesday, October 31, 2017, 2:14:14 PM MST, Will Howell <[email protected]> wrote:
@ghaddon it's still empty
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks Will.
On Tuesday, October 31, 2017, 6:43:46 PM MST, Will Howell <[email protected]> wrote:
@ghaddon yeah the issue you are describing is exactly the same as #2574
"MatInput doesn't set required asterisk when the validator is set in reactive forms"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
On Input control flagged as required does not show when using FormBuilder.
What is the expected behavior?
Would expect same behavior using template design method.
What is the current behavior?
No required indicator showing to the right of placeholder value when using the model method and Buildform.
What are the steps to reproduce?
Create input form control using FormBuilder and require field.
What is the use-case or motivation for changing an existing behavior?
Shows required indicator in template form creation but not FormBuilder method.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
I see it in Chrome Version: 61.0.3163.100 (Official Build) (64-bit).
Using Angular Version: 4.4.5
Using Angular Material Version: 2.0.0-beta.12
Using TypeScript Version: 2.3.3
Is there anything else we should know?
Nope
The text was updated successfully, but these errors were encountered: