-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Support hint text with select #2498
Comments
Is there a recommended alternate way to handle error hints for md-select (e.g. required)? |
@SherwinJames look the soluction of codef0rmer in this issue #2624 |
Can we have something like this |
Please don't forget md-error. |
For md-error for md-select I've done something like this:
|
+1 @makdeniss cool |
This is done now that select goes in mat-form-field |
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:
Feature request
What is the expected behavior?
What is the current behavior?
not supported
What is the use-case or motivation for changing an existing behavior?
A hint below the select box. This could be used (For example) as a validation message when the select is not selected. Behaviour similar to the component.
Which versions of Angular, Material, OS, browsers are affected?
Material2 v2.0.0-beta.1
Angular 2.4.1
The text was updated successfully, but these errors were encountered: