This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Input with long placeholder doesn't get cut off #1419
Comments
We'd love to see PRs that fix these kinds of issues. |
@marcysutton can you point me to the HTML code for the |
@marcysutton I took a look at the JS, HTML, and CSS, and it seems that adding |
@ilanbiala seems easy enough for a PR, want to take a crack at it? |
@marcysutton not really sure what else there is to it, but at least the PR is a start. |
ilanbiala
changed the title
Input with placeholder longer doesn't get cut off
Input with long placeholder doesn't get cut off
Feb 12, 2015
@marcysutton have you had a chance to look at the PR? It's just the fix I suggested above. I don't think it breaks any compatibility with other parts of the component. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With regular inputs that have a placeholder that doesn't fit in the input, the placeholder gets chopped off. With ngMaterial, the placeholder continues to wander outside of the input.
The text was updated successfully, but these errors were encountered: