-
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
md-input-container with md-prefix produces unexpected DOM #5643
Comments
|
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 10, 2017
Fixes uses of `md-prefix` and `md-suffix` not being projected to the proper place in the DOM. Fixes angular#5643.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 12, 2017
Removes the `md-prefix` and `md-suffix` selectors from their respective directives. BREAKING CHANGES: Any uses of `md-prefix` and `md-suffix` should be switched over to `mdPrefix` and `mdSuffix`. Fixes angular#5643.
jelbourn
pushed a commit
that referenced
this issue
Jul 13, 2017
Removes the `md-prefix` and `md-suffix` selectors from their respective directives. BREAKING CHANGES: Any uses of `md-prefix` and `md-suffix` should be switched over to `mdPrefix` and `mdSuffix`. Fixes #5643.
jelbourn
pushed a commit
that referenced
this issue
Jul 14, 2017
Removes the `md-prefix` and `md-suffix` selectors from their respective directives. BREAKING CHANGES: Any uses of `md-prefix` and `md-suffix` should be switched over to `mdPrefix` and `mdSuffix`. Fixes #5643.
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug,
<md-input-container> <span md-prefix> <md-icon>home</md-icon> </span> <input mdInput name="givenName" readonly disabled> </md-input-container>
gives wrong DOM,
div.mat-input-prefix
is empty while thespan.md-prefix
is generated insidediv.mat-input-infix
could be seen on the following plnkr:
http://plnkr.co/edit/WRtJEaWx0ilHPBeGLSM5?p=preview
which is regression from beta.6 on 4.1.3:
http://plnkr.co/edit/dGxYTBaObsjDs557jM4k?p=preview
The text was updated successfully, but these errors were encountered: