You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I put prefix in a wide md-input-container, the prefix stretches together with it.
Easy to reproduce. Just make the md-input-container wide enough: <md-input-container class="full-width"> <span md-prefix>#</span> <input md-input formControlName="tagInput" placeholder="Tags> </md-input-container>
Have a look at the copyright and hash prefixes here:
I believe prefixes should stay the same width not dependent on the parent width.
Another thing (not sure if it was already mentioned) - fields disabled via code .disable() do not display as dotted. Also visible on the screenshot (field to the left of checkbox is actually disabled).