ErrorProps
Interface
Represents the props of the KendoReact Error component.
Definition
Package:@progress/kendo-react-labels
Properties
children
any
Determines the children nodes.
className?
string
Sets a class of the Error DOM element.
direction?
"start" | "end"
Specifies the alignment of the Error text.
The possible values are:
- (Default)
start end
id?
string
Represents the id of the Error element.
The value should be also set to the editor's ariaDescribedBy property.
style?
CSSProperties
The styles that are applied to the Error.