Bug
<md-hint align="right">md-hint-example</md-hint>
Should appear aligned hint with text 'md-hint-example'
Nothing appears. Works only if I use hintLabel attribute of md-input-container.
http://plnkr.co/edit/RYUhDsQABDxUc51cL9F0?p=preview
hintLabel - working
md-hint - isn't working
Latest.
@szykov You should use it this way:
<md-input-container>
<textarea mdInput [(ngModel)]="exampleText"></textarea>
<md-hint align="right">md-hint-example</md-hint>
</md-input-container>
@dahaupt Thanks. I wrapped it in textarea html tag. Sorry. :(
ps - also I noted that 'align' should be equal 'end' instead of 'right'.
@szykov No problem, we all make some little mistakes. You're welcome :)
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
@dahaupt Thanks. I wrapped it in textarea html tag. Sorry. :(
ps - also I noted that 'align' should be equal 'end' instead of 'right'.