-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-input-container label and placeholder bug #1279
Comments
Thanks. The input's placeholder will now animate in when the input is focused and does not have a value. |
Check out the 'First Name' input: https://material.angularjs.org/#/demo/material.components.input |
@ajoslin quick fix, nice. It would be awesome to include this in 0.7.1. Are you guys open to docs suggestions? |
More open than you know. @marcysutton is working on a redesign now to make them more usable. |
Totally open to docs suggestions, especially for the API and demos. 👍 |
@marcysutton for the input docs page, I would make it less of a general page and more like "Here's what the placeholder attribute usage looks like" with a demo and then the code after. Have much more specific examples helps understand how each piece works. |
I have noticed this break the peace with Angular UI Bootstrap. I will migrate to angular-material in the end, but right now there are features have not been implemented, eg: typeahead.
|
nice fix. I upgraded to master and this works like a charm. |
I'm using angular 1.4.4 and angular-material 0.11 and still have the issue. Here's the HTML:
|
@vovafeldman What if you use |
@vovafeldman This should be fixed by #4623. Can you try again with the latest master code? Also, we updated the inputs demo so that the Postal Code input uses both a label and placeholder as an example. |
Where can I find the concatenated master file? |
Indeed - it works with the master! I guess the fix isn't merged to 0.11. |
@vovafeldman Indeed, the fix was pretty recent. Should be available in 0.11.1 which should be landing soon. |
@topherfangio @kara guys please look at this placeholder issue. |
When you have markup like this:
You end up with
and
The label covers the placeholder. What should be done about this?
The text was updated successfully, but these errors were encountered: