-
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
Generic input-container #4672
Comments
@mmalerba I know we planned to support this when designing the input container- what's the status on this? |
Haven't gotten time to work on it yet, but its a feature I'd love to add |
Is the idea for md-input-container to be able to contain all (or most?) of the other Material form controls so that they can all utilize md-hint and md-error, etc.? |
This issue is tracking the ability to do something like <md-input-container>
<my-custom-input mdInput></my-custom-input>
</md-input-container> (as opposed to always having to be an There's a separate issue of having |
Ah, I missed the |
This is now available, see the guide: https://material.angular.io/guide/creating-a-custom-form-field-control |
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?
There should be something similar to the md-input-container which does not depend on a input control inside, so that the benefits for styling error states, using md-error and md-hint can easily be used for custom form controls.
What is the current behavior?
md-input-container has a very limited support for form-controls.
What are the steps to reproduce?
Read the docs :-)
What is the use-case or motivation for changing an existing behavior?
When using md-input-container it's really easy to have those nice animated md-error hints and invalid highlight. It's not that easy to get angular to adding the ng-invalid, ng-dirty and so on classes to a parent element like the md-input-container. So creating a similar look and feel for custom controls can be hard.
It would be very cool to use md-input-container for anything.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
ng 4.1.x, md beta 5
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: