-
Notifications
You must be signed in to change notification settings - Fork 6.8k
md-input #116
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
Comments
Hi, is there any eta on this part? |
Merged #161 . I'm going to close this and open issues for missing parts. |
@hansl @jelbourn I can tell you about few
|
|
Good to know, thanks! Although material1 used that free space to show errors, which seems reasonable.
Yea, sorry, I meant ...which means my own "pseudo-label", and I want it to be blue when the input is focused, I haven't used material1 for ages, but think this was possible <md-input-container>
<h2 class="my-special-label">Whatever</h2>
<input ng-model="foo.bar">
</md-input-container> .md-input-focused .my-special-label {
color: whatever;
} |
@fxck we could potentially add an <md-input #nickname [class.pajama-party]="nickname.isFocused"> |
Yeah that's what I was thinking as well. That would sort of fixed the problem. |
There is already, it’s called -- On April 7, 2016 at 10:29:49 AM, Aleš ([email protected]) wrote: Yeah that's what I was thinking as well. That would solve the problem. — |
@fxck we haven't scheduled those features yet- the team is gearing up for ng-conf, so it will be some time after that. |
I know I'm annoying, but is there ETA for textareas yet? I wonder by what method you decide which components have bigger priority than other, because to me, it would make sense to start with the basics, to which textarea arguably belongs, and then follow up with more fancy stuff, like |
@fxck No ETA yet; one of our 20% contributors will probably take this on after they're finished with their current stuff. |
+1 for the text area |
Are there any plans on validation? And by that I mean error styles, and potentially even messages tied into reactive forms. |
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. |
Blocked on #84
The text was updated successfully, but these errors were encountered: