CoreUI Angular Logo
Framework:
  • JavaScript / Vanilla JS
  • React.js
  • Vue.js
Getting startedIntroductionSupport CoreUICustomizeSassOptionsCSS VariablesLayoutBreakpointsContainersGridColumnsGuttersFormsOverviewDate PickerPRODate Range PickerPROForm ControlSelectMulti SelectPROChecks & RadiosPassword InputPRORangeRange SliderPRORatingPROStepperPROInput GroupFloating LabelsLayoutTime PickerPROValidationComponentsAccordionAlertAvatarBadgeBreadcrumbButtonButton GroupCalendarPROCalloutCardCarouselClose buttonCollapseDropdownFooterHeaderImageList GroupLoading ButtonPROModalNavNavbarOffcanvasPaginationPlaceholderPopoverProgressSmart PaginationPROSmart TablePROSidebarSpinnerTableTabsNewToastTooltipWidgetsIconsChartsTemplatesNewAdmin & DashboardDownloadInstallationCustomizeContentMigrationv4 → v5v3 → v4Angular version


DownloadHire UsGet CoreUI PRO
On this page

Angular Form Control Components

Angular input and textarea components. Give textual form controls like `input` and `textarea` an upgrade with custom styles, sizing, focus states, and more.

Example

Loading...
Loading...

Sizing

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

Loading...
Loading...
Loading...

Disabled

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

Loading...
Loading...
Loading...

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.

Loading...
Loading...

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.

Loading...
Loading...
Loading...
Loading...

File input

Loading...
Loading...

Color

#26ab3c
Loading...
Loading...
Loading...

API reference

Form Module


cFormControl

directive

Works with input and textarea html tags.

Inputs
name description type default
plaintext Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use alongside readonly. boolean undefined
sizing Size the label small or large. sm | lg undefined
type Specifies the html type of input element. InputType except checkbox and radio text
valid Sets input validation state to valid. boolean undefined

cLabel

directive

Inputs
name description type default
cLabel For horizontal forms set labels to col and make them vertically centered with their associated form controls. col undefined
sizing Size the label small or large. sm | lg undefined
  • GitHub
  • Twitter
  • Support
  • CoreUI (Vanilla)
  • CoreUI for React.js
  • CoreUI for Vue.js

CoreUI for Angular is Open Source UI Components Library for Angular.

Currently v5.5.1 Code licensed MIT , docs CC BY 3.0 .
CoreUI PRO requires a commercial license.