Angular Form Control
Angular Form Control Sizing

Set heights using sizing property like sizing="lg" and sizing="sm".



Angular Form Control Disabled

Add the disabled boolean attribute on an input to give it a grayed out appearance and remove pointer events.



Angular Form Control Readonly

Add the readOnly boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.

Angular Form Control Readonly plain text

If you want to have <input readonly> elements in your form styled as plain text, use the plainText boolean property to remove the default form field styling and preserve the correct margin and padding.

Angular Form Control File input
Angular Form Control Color
{{favoriteColor}}