New to Kendo UI for Angular? Start a free 30-day trial
FormFieldSettings
Configures the form fields in the built-in external editing form.
typescript
const fieldSettings: FormFieldSettings = {
label: 'Email',
hint: 'Enter a valid email address.',
errors: { required: 'Email is required.' }
};
Name | Type | Default | Description |
---|---|---|---|
errors? |
|
Passes custom error messages as key-value pairs. The key is the error name in the The default error message is | |
hint? |
|
Provides custom hint text. By default, no hint message appears. | |
label? |
|
Provides a custom label for the form control. By default, the column |