• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UI
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogsupdated
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Ganttupdated
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layout
    • ListBoxupdated
    • ListView
    • Map
    • Menus
    • Navigationupdated
    • Notification
    • Pager
    • PDF Export
    • PDFViewernew
    • PivotGrid
    • Popup
    • ProgressBars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • ToolBar
    • Tooltips
    • TreeListupdated
    • TreeViewupdated
    • Typography
    • Uploads
    • Utilitiesupdated
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs

Kendo UI for Angular FormField Overview

The Kendo UI for Angular FormField enables you to group and provide configurable behavior for form-related content such as inputs, labels, hint and error messages.

Each kendo-formfield element can contain a single form-control element, a label, or multiple hint or error messages, but cannot accommodate a group of RadioButtons.

The FormField Component is part of Kendo UI for Angular, a professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

The following example demonstrates the FormField in action.

Example
View Source
Change Theme:

Key Features

  • Hints and errors—The FormField provides options for displaying hint and error messages.
  • Horizontal fields—You can change the layout of the FormField content by configuring its orientation.
  • Forms support—You can use the FormField both in template-driven and reactive Angular forms.
  • Debouncing value changes—All Kendo UI for Angular Inputs enable you to implement a slight delay before they accept a new input value.
  • Appearance—All Kendo UI for Angular Inputs enable you to set their dimensions.
  • Globalization—All Kendo UI for Angular Inputs provide globalization options.

Support and Learning Resources

Additional Resources