Textarea
aidsgn-textarea is a native multi-line text control. label creates a visible native label linked to the textarea; use it for every field. A placeholder is only a short example or hint.
<aidsgn-textarea label="Project summary" required placeholder="Describe the project" rows="4"></aidsgn-textarea> Use disabled when the field is unavailable and readonly when its value may be copied but not edited. Both states retain the label and visibly differ from an editable field.