-
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
Focused md-select placeholder/label required * is not accent colour #5496
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
mtpultz
changed the title
Focused md-select placeholder/label required * is not accent
Focused md-select placeholder/label required * is not accent colour
Jul 4, 2017
devversion
added a commit
to devversion/material2
that referenced
this issue
Jul 4, 2017
* When the select is focused and is also required, the asterisk of the select should use the accent palette. Similar to the Material Design input specifications. Fixes angular#5496
kara
added
the
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
label
Jul 5, 2017
mmalerba
pushed a commit
that referenced
this issue
Jul 7, 2017
* When the select is focused and is also required, the asterisk of the select should use the accent palette. Similar to the Material Design input specifications. Fixes #5496
You can still add md-error? |
mmalerba
pushed a commit
that referenced
this issue
Jul 9, 2017
* When the select is focused and is also required, the asterisk of the select should use the accent palette. Similar to the Material Design input specifications. Fixes #5496
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Label text and * should be primary then accent colour
What is the current behavior?
Label and * are both primary colour, unlike md-input fields
What are the steps to reproduce?
Add a select directly out of the docs with a required property, focus on the field and select an option, and * will be primary theme colour and not accent
Providing a Plunker (or similar) is the best way to get the team to see your issue.
http://plnkr.co/edit/Oy0TpVeCi4jxSSPGeV6c?p=preview
What is the use-case or motivation for changing an existing behavior?
Consistency
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 4.2.5, Angular Material 2.0.0-beta.7, Windows 10
The text was updated successfully, but these errors were encountered: