The angular material input-container is a used to contains any <input> or <textarea> element as a child. It also supports error handling using ng-message directives and animates messages using ngEnter / ngLeave events or ngShow / ngHide events.
The following table lists the parameters and descriptions of many attributes of the md-input-container.
Parameters | Description |
---|
md-maxlength | The working of md-maxlength is to show the full-length text. If you do not want counter text and only require "plain" verification, you can use "simple" NG-Maxlometer features. |
aria-label | It is used when the label is not present there. A warning message is seen in the console if the label is not present. |
placeholder | A placeholder is an approach that is used where the label is not present. |
md-no-auto grow | When md-no-auto grow will present there, textareas will not grow automatically. |
md-detect-hidden | Textarea will be the same size as it appears after being hidden when md-detect-hidden present. It is, by default, reverses every reflex cycle. |