• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

FormFieldComponent

Specifies a container for form-bound controls (Kendo controls or native HTML controls). Applies styling and behavior rules.

Selector

kendo-formfield

Inputs

NameTypeDefaultDescription

orientation

Orientation

Specifies the layout orientation of the form field.

  • The possible values are:

  • (Default) vertical

  • horizontal

showErrors

ShowOptions

Specifies when the Error messages will be shown.

The possible values are:

  • (Default) initial—Allows displaying errors when the form-bound component state is

invalid and touched or dirty.

  • always—Allows full control over the visibility of the errors.

showHints

ShowOptions

Specifies when the Hint messages will be shown.

The possible values are:

  • (Default) initial—Allows displaying hints when the form-bound component state is

valid or untouched and pristine.

  • always—Allows full control over the visibility of the hints.

In this article

Not finding the help you need?