-
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
placeholder gets cut off in a list #4068
Comments
It looks like the input container is being cut off because they're inside of an It's somewhat strange to form inputs of list items like this; My recommendation would be to avoid using |
Hi Jeremy All we did was to upgrade to the new version and now we're having this issue across the entire application. There is no other style dependencies in our app that could have contributed on this issue. So do you mean this won't ever be fixed and this is not a bug? Can you please confirm so that we can work on an internal solution workaround? Thanks |
@jelbourn it actually does looks like this was a side effect of upgrading to beta3 via #930.
Even more (and what could probably be considered a bug) is that you cannot remove the |
@willshowell that does seem like an issue- file a specific bug for that? |
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:
This is related to the latest version beta 3. All the placeholders are cut-off when used in a list
What is the expected behavior?
It was good in previous versions and if we can roll back, it would be great!
What is the current behavior?
What are the steps to reproduce? Simply use an input in an md-list.
Providing a Plunker (or similar) is the best way to get the team to see your issue:
http://plnkr.co/edit/l1Am9u7emgyEFsVpRGBk?p=preview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Material 2 beta 3
Is there anything else we should know? no
The text was updated successfully, but these errors were encountered: