• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UI
    • Data Query
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Ganttupdated
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGrid
    • Popup
    • ProgressBars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetnew
    • ToolBar
    • Tooltips
    • TreeListupdated
    • TreeViewupdated
    • 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?