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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? *: Under md-input-container, when applied md-auto-hide="false" tong-messages, error message(s) is not shown by default.
What is the expected behavior?: If the input is invalid, error message(s) should be shown by default when md-auto-hide="false" is applied on ng-messages.
Details: I realized that the reason why the example on Angular Material Input Errors demo works is each tag, where ng-message resides, has an inline styles of style="opacity: 1; margin-top: 0px;".
Actual Behavior:
What is the issue? *: Undermd-input-container, when appliedmd-auto-hide="false"tong-messages, error message(s) is not shown by default.What is the expected behavior?: If the input is invalid, error message(s) should be shown by default whenmd-auto-hide="false"is applied onng-messages.CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:http://codepen.io/vinhnghi223/pen/JRyoXJ ( I used the same example from Angular Material Input Errors demo: https://material.angularjs.org/latest/demo/input) (TheHourly Rate (USD)example)Details:I realized that the reason why the example on Angular Material Input Errors demo works is each tag, whereng-messageresides, has an inline styles ofstyle="opacity: 1; margin-top: 0px;".Angular Versions: *
Angular Version:1.5.5Angular Material Version:1.1.1Additional Information:
Browser Type: *AnyBrowser Version: *AnyOS: *AnyStack Traces:Any