FloatingLabelProps
Represents the props of the KendoReact FloatingLabel component.
| Name | Type | Default | Description | 
|---|---|---|---|
| children? | 
 | Determines the children nodes. | |
| className? | 
 | Sets a class of the FloatingLabel DOM element. | |
| dir? | 
 | Specifies the direction of the label. | |
| editorDisabled? | 
 | Specifies if the editor is disabled. | |
| editorId? | 
 | Represent the  | |
| editorPlaceholder? | 
 | Specifies the placeholder of the editor. Used to define if the editor is empty. | |
| editorValid? | 
 | Specifies if the validity of the editor. Used to define the editor is invalid. | |
| editorValue? | 
 | Specifies the value of the editor. Used to define if the editor is empty. | |
| id? | 
 | Represents the id of the label element.
The value should be also set to the editor's  | |
| label? | 
 | Adds a floating label that describes the editor. | |
| labelClassName? | 
 | Sets the  | |
| optional? | 
 | If enabled, marks the label as optional. | |
| style? | 
 | The styles that are applied to the FloatingLabel. |