InputProps
Represents the props of the KendoReact Input component. Extends the native input props.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabel? |
|
Defines a string value that labels an interactive element. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
autoFocus? |
|
Represents the | |
defaultValue? |
|
Represents the Input default value. | |
label? |
|
Renders a floating label for the Input component. | |
labelClassName? |
|
Sets a | |
onChange? |
|
Triggered after value change. | |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
Represents the Input value. |